QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#602764#2357. Random Chess Game114514114514WA 0ms3664kbC++20385b2024-10-01 12:40:242024-10-01 12:40:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3664kb

input:

1

output:

[Result "1-0"]
[Round "1"]
[Termination "White won by checkmate"]
[PlyCount "9"]

1. e4 c5 2. e5 Na6 3. Bxa6 g5 4. Bxb7 f5 5. Qh5#
1-0

result:

ok 7 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3596kb

input:

2

output:

[Result "1-0"]
[Round "2"]
[Termination "White won by checkmate"]
[PlyCount "9"]

1. e4 c5 2. e5 Na6 3. Bxa6 g5 4. Bxb7 f5 5. Qh5#
1-0

result:

wrong answer 4th lines differ - expected: '[PlyCount "27"]', found: '[PlyCount "9"]'