QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#317227 | #7560. Computer Network | GuanYunchang | WA | 1ms | 5724kb | C++20 | 1.7kb | 2024-01-28 18:12:44 | 2024-01-28 18:12:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 5720kb
input:
5 1 2 3 4 5 6 6 6 6 7
output:
9
result:
ok 1 number(s): "9"
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5724kb
input:
3 2 3 4 1 2 3
output:
1000000007
result:
wrong answer 1st numbers differ - expected: '-1', found: '1000000007'