Jisoo Park
Jisoo Park
### Description Close #1939 ### Additional context sandbox testcase 실행 결과가 success가 아닐 경우 발생한 오류 코드와 내용을 포함하도록 수정합니다 --- ### Before submitting the PR, please make sure you...
### Description Close #1869 Close #1921 --- ### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md) - [x] Read the [Contributing...
### Describe the bug Python 코드 제출시 컴파일 성공 & 정답 여부와 상관없이 Accepted 처리가 됨 ### Reproduction 1. Python 코드를 작성한다 2. 제출한다 - [X] Follow our [Code of...
### Describe the bug Iris에서 Compile Error 발생 시 채점 결과가 Judging -> CompileError 로 변경되지 않음 #1872 에서 같이 해결 ### Reproduction 1. Compile Error가 발생하는 코드를 제출한다 -...
### Describe the problem and solution ### Description 현재 `SubmissionService` 클래스의 경우 전체 코드가 약 800줄 정도로 매우 길어서, `SubmissionService` 클래스내 메소드들을 비슷한 기능들 끼리 묶어서 분리합니다. 구체적으로는 크게 3가지로...