We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 11, Mac OS Sonoma 14.4.1, 인텔리제이 2023.3.2
특정 문제에서 테스트 케이스가 패스되지 않는 경우 발견하여 이슈 올려드립니다.
TestHelper에 정해져 있는 output의 경우 Text Block 안에서 "케이스의 정답\n"의 꼴로 저장되나, main()에서 출력되는 값이 정확하게 "케이스의 정답\n"이 아닌 경우 틀린 케이스로 출력됩니다.
-> 이 부분은 백준에서도 허용해주는 부분으로, 위와 같은 케이스에서 백준 제출 시 답이 정확하다면 AC를 받습니다.
The text was updated successfully, but these errors were encountered:
fix: 테스트 케이스 검사 정확도 향상 (#31)
30166f9
fix issue : #30
0.2.1 version update
aebef72
- fix issue : #30 Co-authored-by: Jiyong Jung <hickerd@sch.ac.kr>
No branches or pull requests
버그 신고
사용 환경
Java 11, Mac OS Sonoma 14.4.1, 인텔리제이 2023.3.2
버그 설명 및 재현 방법
특정 문제에서 테스트 케이스가 패스되지 않는 경우 발견하여 이슈 올려드립니다.
TestHelper에 정해져 있는 output의 경우 Text Block 안에서 "케이스의 정답\n"의 꼴로 저장되나,
main()에서 출력되는 값이 정확하게 "케이스의 정답\n"이 아닌 경우 틀린 케이스로 출력됩니다.
-> 이 부분은 백준에서도 허용해주는 부분으로, 위와 같은 케이스에서 백준 제출 시 답이 정확하다면 AC를 받습니다.
The text was updated successfully, but these errors were encountered: