Skip to content
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

[test] 行末にスペースが入っているとWAになる #300

Open
Takahiro3D opened this issue Aug 25, 2024 · 0 comments
Open

[test] 行末にスペースが入っているとWAになる #300

Takahiro3D opened this issue Aug 25, 2024 · 0 comments

Comments

@Takahiro3D
Copy link

Takahiro3D commented Aug 25, 2024

行末にスペースが入っていると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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant