QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#188856#2357. Random Chess Gamejh01533WA 16ms10344kbPython3401b2023-09-26 15:10:262023-09-26 15:10:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 16ms
memory: 10220kb

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: 15ms
memory: 10344kb

input:

2

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:

wrong answer 2nd lines differ - expected: '[Round "2"]', found: '[Round "1"]'