QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#310419#7179. Fischer's Chess Guessing GameHuangHanShengWA 1ms3680kbC++111.6kb2024-01-21 13:18:172024-01-21 13:18:18

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

GAME 1
2
3
8
END

output:

RKQNNBBR
RKNQBNRB
RKRBBQNN

result:

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

Test #2:

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

input:

GAME 1
2
3
8
GAME 2

output:

RKQNNBBR
RKNQBNRB
RKRBBQNN

result:

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