feat: update diff

This commit is contained in:
张泊明518370910136 2024-09-11 07:03:44 -04:00
parent 2593e79505
commit 4e5fab93e5
GPG Key ID: CA088E6D9284F870

View File

@ -23,9 +23,6 @@ name = "stderr"
max = 4_096
[stages.parser]
name = "result-status"
[stages.parser.with]
score = 100
comment = "compile done"
[[stages]]
name = "run"
[stages.executor]
@ -54,8 +51,14 @@ src = "./cases/2.in"
[stages.parser]
name = "diff"
[[stages.parser.with.cases]]
[[stages.parser.with.cases.outputs]]
score = 100
stdoutPath = "./cases/1.out"
fileName = "stdout"
answerPath = "./cases/1.out"
ignoreWhitespace = true
[[stages.parser.with.cases]]
[[stages.parser.with.cases.outputs]]
score = 100
stdoutPath = "./cases/2.out"
fileName = "stdout"
answerPath = "./cases/2.out"
ignoreWhitespace = true