feat: p0 and p1

This commit is contained in:
zsq259
2024-06-23 00:05:13 +08:00
parent f105d29e25
commit 71975d5889
228 changed files with 11213 additions and 0 deletions

View File

@ -0,0 +1,2 @@
class: "PassAllTestsQuestion"
max_points: "3"

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_1.test.
solution_length: "1"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 1"
layout: """
%%%%%%
%....%
%....%
%P...%
%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_10.test.
solution_length: "1"

View File

@ -0,0 +1,17 @@
class: "ClosestDotTest"
layoutName: "Test 10"
layout: """
%%%%%%%%%%
% %
% ...%...%
% .%.%.%.%
% .%.%.%.%
% .%.%.%.%
% .%.%.%.%
% .%.%.%.%
%P.%...%.%
% %
%%%%%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_11.test.
solution_length: "2"

View File

@ -0,0 +1,30 @@
class: "ClosestDotTest"
layoutName: "Test 11"
layout: """
%%%
% %
% %
% %
% %
% %
%.%
%.%
% %
% %
% %
% %
% %
% %
% %
%.%
% %
%P%
% %
% %
% %
% %
%.%
%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_12.test.
solution_length: "3"

View File

@ -0,0 +1,13 @@
class: "ClosestDotTest"
layoutName: "Test 12"
layout: """
%%%%
% .%
% %
%P %
% %
% .%
%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_13.test.
solution_length: "1"

View File

@ -0,0 +1,12 @@
class: "ClosestDotTest"
layoutName: "Test 13"
layout: """
%%%%%%%%
%.%....%
%.% %%.%
%.%P%%.%
%... .%
%%%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_2.test.
solution_length: "1"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 2"
layout: """
%%%%%%
% .%
%.P..%
% %
%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_3.test.
solution_length: "1"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 3"
layout: """
%%%%%%%
% .%
%. P..%
% %
%%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_4.test.
solution_length: "3"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 4"
layout: """
%%%%%%
% .%
% .%
%P .%
%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_5.test.
solution_length: "1"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 5"
layout: """
%%%%%%
% %. %
% %%.%
%P. .%
%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_6.test.
solution_length: "2"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 6"
layout: """
%%%%%%%%
% %
%. P .%
% %
%%%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_7.test.
solution_length: "1"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 7"
layout: """
%%%%%%%%
% %
% P %
%. . .%
%%%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_8.test.
solution_length: "1"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 8"
layout: """
%%%%%%%%
% %
% P.%
% %
%%%%%%%%
"""

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q8/closest_dot_9.test.
solution_length: "1"

View File

@ -0,0 +1,11 @@
class: "ClosestDotTest"
layoutName: "Test 9"
layout: """
%%%%%%%%
% %
%P. .%
% %
%%%%%%%%
"""