QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#690468 | #9537. Chinese Chess | fallleaves01fall (Jun Mai, Zhongyao Yu, Zhaoshuo Liu)# | TL | 3ms | 5488kb | C++20 | 3.3kb | 2024-10-30 22:21:36 | 2024-10-30 22:21:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 5452kb
input:
1 9 0 8
output:
1 ? 1 8 ! S
result:
ok number is guessed.
Test #2:
score: 0
Accepted
time: 2ms
memory: 5488kb
input:
4 2 1 2 3 2 5 2 7 5 1
output:
2 ? 0 0 ? 0 6 ! M
result:
ok number is guessed.
Test #3:
score: -100
Time Limit Exceeded
input:
1 2 4
output:
1 ? 8 2