QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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)