2602회 채점완료

This commit is contained in:
2026-03-06 17:41:55 +09:00
parent 20b9848818
commit 2c78f54bdd
57 changed files with 1718 additions and 10536 deletions

View File

@@ -50,9 +50,9 @@ def process_ent_files(ent_dir, output_dir):
# 실행 예
if __name__ == "__main__":
test_names = ["2602_6_CAS_2_B"]
# 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}"
exam_names = ["2602_CAS_2_A"]
# exam_names = ["2512_CAS_2_A", "2512_CAS_2_B"]
for exam_name in exam_names:
ent_dir = f".\\ent\\{exam_name}"
output_dir = f".\\output\\{exam_name}"
process_ent_files(ent_dir, output_dir)