QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#118713 | #5702. Colors | xiaossr# | 0 | 1ms | 3644kb | C++17 | 1011b | 2023-07-03 21:37:12 | 2024-05-31 18:55:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 9
Accepted
time: 1ms
memory: 3644kb
input:
7 1 1 1 1 0
output:
? 1 ? 7 ? 2 ? 6 ? 3 = 4
result:
ok OK (5 queries)
Test #2:
score: 0
Accepted
time: 1ms
memory: 3624kb
input:
49 1 1 1 1 1 0
output:
? 1 ? 49 ? 2 ? 48 ? 3 ? 47 = 45
result:
ok OK (6 queries)
Test #3:
score: 0
Accepted
time: 1ms
memory: 3580kb
input:
10 1 1 1 1 1 1 1 1 1 0
output:
? 1 ? 10 ? 2 ? 9 ? 3 ? 8 ? 4 ? 7 ? 5 ? 6 = 2
result:
ok OK (10 queries)
Test #4:
score: -9
Wrong Answer
time: 0ms
memory: 3640kb
input:
26 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
output:
? 1 ? 26 ? 2 ? 25 ? 3 ? 24 ? 4 ? 23 ? 5 ? 22 ? 6 ? 21 ? 7 ? 20 ? 8 ? 19 ? 9 ? 18 ? 10 ? 17 ? 11 ? 16 ? 12 ? 15 ? 13 ? 14
result:
wrong answer format Unexpected end of file - token expected
Subtask #2:
score: 0
Skipped
Dependency #1:
0%
Subtask #3:
score: 0
Skipped
Dependency #1:
0%
Subtask #4:
score: 0
Skipped
Dependency #1:
0%
Subtask #5:
score: 0
Skipped
Dependency #1:
0%