QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#602769#2357. Random Chess Game114514114514WA 0ms3536kbC++20455b2024-10-01 12:44:002024-10-01 12:44:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 3532kb

input:

2

output:

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

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

result:

wrong answer 6th lines differ - expected: '1. e4 e6 2. e5 Bc5 3. d4 Na6 4...Bxc8 Qe7 7. cxb6 d5 8. exd6 Qf7', found: '1. e4 c5 2. e5 Na6 3. Bxa6 g5 4. Bxb7 f5 5. Qh5#'