2507회 채점자료 추가

This commit is contained in:
2025-08-01 17:28:24 +09:00
parent 0f961fd027
commit 1e4a625d85
11 changed files with 430 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ def process_ent_files(ent_dir, output_dir):
# 실행 예
if __name__ == "__main__":
test_name = "2506_CAS_2_A"
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)