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
行末にスペースが入っているとWAになります。 AtCoderのジャッジでは行末にスペースがあってもACしますが、atcoder-tools test側にオプション設定等はありますか?
atcoder-tools test
例 問題: abc368_a 回答: abc368/submissions/57042921
atcoder-tools test 実行結果
2024-08-25 01:02:15,418 INFO: Inferred exec file: ./main # in_1.txt ... WA [Input] 5 3 1 2 3 4 5 [Expected] 3 4 5 1 2 [Received] 3 4 5 1 2 # in_2.txt ... WA [Input] 6 2 1 2 1 2 1 2 [Expected] 1 2 1 2 1 2 [Received] 1 2 1 2 1 2 Some cases FAILED (passed 0 of 2)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
行末にスペースが入っているとWAになります。
AtCoderのジャッジでは行末にスペースがあってもACしますが、
atcoder-tools test
側にオプション設定等はありますか?例
問題: abc368_a
回答: abc368/submissions/57042921
atcoder-tools test
実行結果The text was updated successfully, but these errors were encountered: