Skip to content

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

@Takahiro3D

Description

@Takahiro3D

行末にスペースが入っていると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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions