2510회 채점자료 업데이트 / 스크립트 블럭 순서 재정렬 방식 변경
This commit is contained in:
@@ -50,8 +50,9 @@ def process_ent_files(ent_dir, output_dir):
|
||||
|
||||
# 실행 예
|
||||
if __name__ == "__main__":
|
||||
test_names = ["2509_CAT_3_A"]
|
||||
# test_names = ["2509_CAT_3_A"]
|
||||
# test_names = ["2508_CAS_2_A","2508_CAS_2_B"]
|
||||
test_names = ["2510_CAS_2_A"]
|
||||
for test_name in test_names:
|
||||
ent_dir = f".\\ent\\{test_name}"
|
||||
output_dir = f".\\output\\{test_name}"
|
||||
|
||||
Reference in New Issue
Block a user