QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#491091 | #7179. Fischer's Chess Guessing Game | MaMengQi | TL | 10ms | 3664kb | C++17 | 5.0kb | 2024-07-25 17:13:33 | 2024-07-25 17:13:34 |
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: 10ms
memory: 3664kb
input:
GAME 1 3 1 1 0 0 8 END
output:
RKBBNNQR BRKBNNQR BBRKNNQR BBNRKNQR BBNNRKQR RKRBBQNN
result:
ok (c) correct after 1 tests, max moves 6 (1 test case)
Test #2:
score: -100
Time Limit Exceeded
input:
GAME 1 3 1 1 0 0 8 GAME 2 5 3 3 2 1 8 GAME 3 4 2 2 1 0 5
output:
RKBBNNQR BRKBNNQR BBRKNNQR BBNRKNQR BBNNRKQR RKRBBQNN RKBBNNQR BRKBNNQR BBRKNNQR BBNRKNQR BBNNRKQR RKRBBNQN RKBBNNQR BRKBNNQR BBRKNNQR BBNRKNQR BBNNRKQR RKRBQNBN