2508회 채점자료 업데이트

This commit is contained in:
2025-09-01 17:53:37 +09:00
parent 1e4a625d85
commit b2f99b92d0
16 changed files with 3539 additions and 184 deletions

View File

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