QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#310420 | #7179. Fischer's Chess Guessing Game | GuanYunchang | WA | 1ms | 3684kb | C++11 | 1.6kb | 2024-01-21 13:20:30 | 2024-01-21 13:20:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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)