-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
行末にスペースが入っているとWAになります。
AtCoderのジャッジでは行末にスペースがあってもACしますが、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)Metadata
Metadata
Assignees
Labels
No labels