QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#837148 | #9812. Binary Search | LGlcx | WA | 3ms | 12124kb | C++14 | 1.2kb | 2024-12-29 16:57:16 | 2024-12-29 16:57:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 3ms
memory: 12124kb
input:
4 4 0 0 1 1 1 2 1 3 2 3 3 4
output:
4
result:
ok single line: '4'
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 11112kb
input:
6 7 0 0 1 1 0 1 1 2 3 1 1 4 2 3 4 2 3 4 5 6
output:
impossible
result:
wrong answer 1st lines differ - expected: 'infinity', found: 'impossible'