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
output judgeありの場合、diffファイルが正しい出力になっているかのチェックが行われない。 誤差ジャッジの場合は比較が行われるので問題になりにくいが、constructiveな問題の場合、一切チェックが行われない可能性がある。
The text was updated successfully, but these errors were encountered:
output judgeありなしにかかわらず .diff の内容は信用するという設計になっているはず。 .diff validator が欲しいということ? constructiveな問題の場合、そもそもダミーしか要らないので省略できるようにした方がいいのかも?
Sorry, something went wrong.
constructiveな問題でdiffファイルをsample用に準備していて、そのdiffが正答ではなかったということがありました。 対策としては、judgeがある場合だけrefrunのあとにjudgeをかませる修正を入れれば大丈夫かと。
No branches or pull requests
output judgeありの場合、diffファイルが正しい出力になっているかのチェックが行われない。
誤差ジャッジの場合は比較が行われるので問題になりにくいが、constructiveな問題の場合、一切チェックが行われない可能性がある。
The text was updated successfully, but these errors were encountered: