QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#735093 | #2649. Ants | pokorfanclub# | WA | 529ms | 59876kb | C++17 | 1.3kb | 2024-11-11 17:17:48 | 2024-11-11 17:17:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3496kb
input:
5 1 -1 0 3 10
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3856kb
input:
5 0 1 2 3 4
output:
5
result:
ok single line: '5'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3588kb
input:
0
output:
0
result:
ok single line: '0'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3776kb
input:
5 1 2 3 4 5
output:
0
result:
ok single line: '0'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3852kb
input:
4 0 -8976139763967139761397639613763 3 1
output:
2
result:
ok single line: '2'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3548kb
input:
3 2 896978568758758758657546353653476487589759756789 0
output:
1
result:
ok single line: '1'
Test #7:
score: -100
Wrong Answer
time: 529ms
memory: 59876kb
input:
1000000 819985 413173 507234 485036 715163 980236 573149 821056 87438 823214 815492 83793 669653 760587 411169 891513 317723 141058 434175 221383 945688 591353 535468 20972 169333 403370 715063 521317 438362 39224 121244 185360 557988 527169 223095 524391 993517 347952 192253 671244 554420 143028 14...
output:
10
result:
wrong answer 1st lines differ - expected: '8940', found: '10'