QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#212939#7179. Fischer's Chess Guessing GameZhaoZiLongWA 6ms7416kbC++142.5kb2023-10-13 23:26:232023-10-13 23:26:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 5ms
memory: 7416kb

input:

GAME 1
0
1
2
2
8
END

output:

BBNNQRKR
NNBBRKRQ
NRKRBBQN
RKBRNNQB
RKRBBQNN


result:

ok (c) correct after 1 tests, max moves 5 (1 test case)

Test #2:

score: -100
Wrong Answer
time: 6ms
memory: 7400kb

input:

GAME 1
0
1
2
2
8
GAME 2

output:

BBNNQRKR
NNBBRKRQ
NRKRBBQN
RKBRNNQB
RKRBBQNN

BBNNQRKR

result:

wrong answer (i) illegal position "" (game 2, guess 1) (test case 2)