2511회 채점자료 업데이트

This commit is contained in:
2025-12-09 16:14:41 +09:00
parent 461f377d0c
commit 9bd50d7c37
100 changed files with 635 additions and 1153 deletions

View File

@@ -52,7 +52,7 @@ def process_ent_files(ent_dir, output_dir):
if __name__ == "__main__":
# test_names = ["2509_CAT_3_A"]
# test_names = ["2508_CAS_2_A","2508_CAS_2_B"]
test_names = ["2510_CAS_2_A"]
test_names = ["2511_CAT_3_A"]
for test_name in test_names:
ent_dir = f".\\ent\\{test_name}"
output_dir = f".\\output\\{test_name}"