QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#310422 | #7179. Fischer's Chess Guessing Game | HuangHanSheng | WA | 11ms | 3664kb | C++11 | 1.9kb | 2024-01-21 13:27:19 | 2024-01-21 13:27:20 |
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: 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)