2601회 채점기준 수정

This commit is contained in:
2026-01-29 16:43:27 +09:00
parent f8cf7ab53e
commit 9951750abe
19 changed files with 841 additions and 20 deletions

View File

@@ -50,8 +50,8 @@ def process_ent_files(ent_dir, output_dir):
# 실행 예
if __name__ == "__main__":
# test_names = ["2509_CAT_3_A"]
test_names = ["2512_CAS_2_A", "2512_CAS_2_B"]
test_names = ["2601_CAT_3_A"]
# test_names = ["2512_CAS_2_A", "2512_CAS_2_B"]
for test_name in test_names:
ent_dir = f".\\ent\\{test_name}"
output_dir = f".\\output\\{test_name}"