QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#232765#7179. Fischer's Chess Guessing Gameucup-team1259WA 7ms3904kbC++143.4kb2023-10-30 21:47:592023-10-30 21:47:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

GAME 1
1
0
3
0
8
END

output:

QNNRBKRB
QBBNRNKR
RKQRNBBN
NRQKNRBB
RKRBBQNN

result:

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

Test #2:

score: -100
Wrong Answer
time: 7ms
memory: 3904kb

input:

GAME 1
1
0
3
0
8
GAME 2
1
3
1
1
1
3

output:

QNNRBKRB
QBBNRNKR
RKQRNBBN
NRQKNRBB
RKRBBQNN
NNQRBKRB
QBRKBRNN
RQBKNRNB
QRKNBBNR
NBRNKRBQ
BNRKRBQN
RKRBBNQN

result:

wrong answer (i) too many guesses in game 2, pos =