proj1 finished

This commit is contained in:
2025-12-02 01:20:07 +08:00
parent 4da40089f5
commit d4b6cb2c82
222 changed files with 21559 additions and 0 deletions

4
proj1/test_cases/q5/CONFIG Executable file
View File

@ -0,0 +1,4 @@
class: "PassAllTestsQuestion"
max_points: "3"
depends: "q2"
timeout: "30"

View File

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

View File

@ -0,0 +1,14 @@
class: "CornerProblemTest"
layoutName: "tinyCorner"
layout: """
%%%%%%%%
%. .%
% P %
% %%%% %
% % %
% % %%%%
%.% .%
%%%%%%%%
"""