QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#310422#7179. Fischer's Chess Guessing GameHuangHanShengWA 11ms3664kbC++111.9kb2024-01-21 13:27:192024-01-21 13:27:20

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 11ms
memory: 3540kb

input:

GAME 1
3
1
6
8
END

output:

RQKNBBRN
NRBKQBRN
RKQBBRNN
RKRBBQNN

result:

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

Test #2:

score: -100
Wrong Answer
time: 8ms
memory: 3664kb

input:

GAME 1
3
1
6
8
GAME 2

output:

RQKNBBRN
NRBKQBRN
RKQBBRNN
RKRBBQNN

result:

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