QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#344177 | #7560. Computer Network | ucup-team1503# | WA | 13ms | 7736kb | C++20 | 1.6kb | 2024-03-03 17:43:27 | 2024-03-03 17:43:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 8ms
memory: 7736kb
input:
5 1 2 3 4 5 6 6 6 6 7
output:
9
result:
ok 1 number(s): "9"
Test #2:
score: 0
Accepted
time: 13ms
memory: 7640kb
input:
3 2 3 4 1 2 3
output:
-1
result:
ok 1 number(s): "-1"
Test #3:
score: 0
Accepted
time: 8ms
memory: 7736kb
input:
2 65536 65537 1 2
output:
32
result:
ok 1 number(s): "32"
Test #4:
score: -100
Wrong Answer
time: 11ms
memory: 7712kb
input:
1 0 28
output:
-1
result:
wrong answer 1st numbers differ - expected: '28', found: '-1'