QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#310420#7179. Fischer's Chess Guessing GameGuanYunchangWA 1ms3684kbC++111.6kb2024-01-21 13:20:302024-01-21 13:20:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3684kb

input:

GAME 1
4
1
2
5
8
END

output:

RKRBNNBQ
RBQKNNBR
NNRBKRBQ
RKRNBBNQ
RKRBBQNN

result:

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

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3616kb

input:

GAME 1
4
1
2
5
8
GAME 2

output:

RKRBNNBQ
RBQKNNBR
NNRBKRBQ
RKRNBBNQ
RKRBBQNN

result:

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