2503회 채점 중 로직 추가

This commit is contained in:
2025-04-11 14:51:29 +09:00
parent 2e1ef0fc8a
commit 0fd9c9e8c0
14 changed files with 40452 additions and 457 deletions

View File

@@ -1,4 +1,16 @@
# Entry 채점 프로그램
### main.py
scoring.json 기준표 작성
scoring.json 기준표 작성 (샘플 파일)
1. 채점용 답안 파일 복사 후 .ent 파일 .zip 으로 변경
2. 변경된 압축 파일 디렉토리 포함해서 압축 해제
> 채점 디렉토리 구조의 예
> 2502 CAT 3급 수시2/학생명/temp/project.json 채점
>
### copyFiles.py
특정 디렉토리의 .ent 파일을 타겟 디렉토리로 복사
복사 시 copy_ent_files 함수 확인