QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#200957#7179. Fischer's Chess Guessing Gameucup-team1281TL 11ms7752kbC++202.2kb2023-10-05 02:25:382023-10-05 02:25:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

GAME 1
4
3
1
5
8
END

output:

RQKBBNRN
RQKNBRNB
RQBKNNRB
RKNBBRQN
RKRBBQNN

result:

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

Test #2:

score: -100
Time Limit Exceeded

input:

GAME 1
4
3
1
5
8
GAME 2
5

output:

RQKBBNRN
RQKNBRNB
RQBKNNRB
RKNBBRQN
RKRBBQNN
RQKBBNRN


result: