-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Tests fail when the expected output is empty #143
Comments
今日 で、これからの方針として以下のものが考えているのですが、どれにしようか迷っています。
|
ありがとうございます まだ競プロのジャッジのシステムやこのプロジェクトについても完全に理解できていないので的外れだったらすみません
ただ、その場合これまでのtestcaseのほとんどが変わってしまうのと、 �2の場合、abc191-cなどは |
とりあえず というのもDropbox上のテストケースだと |
対応ありがとうございます。
|
cargo compete test
の際に、期待出力が空文字だと、println!("")
のような空文字(改行あり)出力はWrong Answer
になります。print!("")
だと通るので、"" != \n
なのだと思います。AtCoderでは
println!("")
でも空文字として通ります。例えば、↓などです。
https://atcoder.jp/contests/dp/tasks/dp_f
よろしくお願いします🙇♂️
The text was updated successfully, but these errors were encountered: