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