QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#212939 | #7179. Fischer's Chess Guessing Game | ZhaoZiLong | WA | 6ms | 7416kb | C++14 | 2.5kb | 2023-10-13 23:26:23 | 2023-10-13 23:26:24 |
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: 5ms
memory: 7416kb
input:
GAME 1 0 1 2 2 8 END
output:
BBNNQRKR NNBBRKRQ NRKRBBQN RKBRNNQB RKRBBQNN
result:
ok (c) correct after 1 tests, max moves 5 (1 test case)
Test #2:
score: -100
Wrong Answer
time: 6ms
memory: 7400kb
input:
GAME 1 0 1 2 2 8 GAME 2
output:
BBNNQRKR NNBBRKRQ NRKRBBQN RKBRNNQB RKRBBQNN BBNNQRKR
result:
wrong answer (i) illegal position "" (game 2, guess 1) (test case 2)