QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#710418 | #7179. Fischer's Chess Guessing Game | MaMengQi | TL | 11ms | 7212kb | C++20 | 2.2kb | 2024-11-04 19:46:55 | 2024-11-04 19:46:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 11ms
memory: 7212kb
input:
GAME 1 1 1 1 3 2 8 END
output:
RNKQNBBR NQRKRNBB BBNQRKRN NRQBBKNR NBBRKQNR RKRBBQNN
result:
ok (c) correct after 1 tests, max moves 6 (1 test case)
Test #2:
score: -100
Time Limit Exceeded
input:
GAME 1 1 1 1 3 2 8 GAME 2
output:
RNKQNBBR NQRKRNBB BBNQRKRN NRQBBKNR NBBRKQNR RKRBBQNN