QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#232722#7179. Fischer's Chess Guessing Gameucup-team1259TL 0ms3456kbC++142.8kb2023-10-30 20:45:472023-10-30 20:45:47

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3456kb

input:

GAME 1
8
END

output:

RKRBBQNN

result:

ok (c) correct after 1 tests, max moves 1 (1 test case)

Test #2:

score: -100
Time Limit Exceeded

input:

GAME 1
8
GAME 2
6
4
3
4

output:

RKRBBQNN
RKRBBQNN
RKBRNNQB
RKQRNNBB
RKBNRNQB

result: