From 030afa12751f462202f0cef2d3c3a348bc9b36ab Mon Sep 17 00:00:00 2001 From: GreenDay <1072224392@qq.com> Date: Fri, 8 Dec 2023 16:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=AA=8C3=20(2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Student/task3/test.py | 1 + Student/task3/test_stu/Dec_to_Bin.sy | 2 +- Student/task3/test_stu/prime.sy | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Student/task3/test.py b/Student/task3/test.py index cede8f7..d09ee26 100644 --- a/Student/task3/test.py +++ b/Student/task3/test.py @@ -76,6 +76,7 @@ if __name__ == "__main__": # you can only modify this to add your testcase TEST_DIRS = [ './test/', + './test_stu/' ] # you can only modify this to add your testcase diff --git a/Student/task3/test_stu/Dec_to_Bin.sy b/Student/task3/test_stu/Dec_to_Bin.sy index 6022f0b..80118d9 100644 --- a/Student/task3/test_stu/Dec_to_Bin.sy +++ b/Student/task3/test_stu/Dec_to_Bin.sy @@ -9,7 +9,7 @@ void Dec_to_Bin(int x) i = i + 1; } } -int main(void) +int main() { int x; x = getint(); diff --git a/Student/task3/test_stu/prime.sy b/Student/task3/test_stu/prime.sy index afbb87f..1c35ef7 100644 --- a/Student/task3/test_stu/prime.sy +++ b/Student/task3/test_stu/prime.sy @@ -1,4 +1,4 @@ -int main(void) +int main() { int i = 2; int j;