LEE HAESUNG
LEE HAESUNG
# Description ## Motivation 현재 iris는 한 문제에 대한 채점 요청이 들어오면 문제에 속한 모든 테스트 케이스에 대하여 일괄적으로 채점하고 그 결과를 반환합니다. 만약, 사용자가 테스트 케이스 별로 채점 요청을...
### Describe the problem and solution Iris 개발 및 유지보수에 사용되는 log 메세지를 추가합니다. 현재 service 단계에서 이루어지는 작업을 기록하는 logger 가 없습니다. ### Validations - [X] Follow our [Code...
### Describe the problem and solution Iris에 http handler를 구현합니다. ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md) - [X] Check that there...
### Describe the problem and solution Iris에서 코드를 실행(run)한 결과를 반환하는 기능을 구현합니다. [참고 링크](https://www.youtube.com/watch?v=TKkcsmvYTw4&pp=ygUPb25lcmVwdWJsaWMgcnVu) ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md)...
### Describe the problem and solution Create announcements ... ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md) - [X] Check that there isn't...
### Describe the problem and solution announcement 모듈 bruno 문서화 ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md) - [X] Check that there...
### Description Closes TAS-1050 Special Judge 구현. * [`testlib.h`](https://codeforces.com/blog/entry/18431) 기반으로 구현. * (judge) `Request` 구조체에 `SpecialCode` 와 `SpecialLanguage`를 추가. * `SpecialCode` : SpecialJudge Script * `SpecialLanguage` : SpecialJudge Script의 언어...