QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#547197 | #1982. Jogging | ucup-team4645 | WA | 54ms | 19384kb | C++23 | 1.5kb | 2024-09-04 19:05:45 | 2024-09-04 19:05:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 5728kb
input:
1 0 1 1
output:
0
result:
ok single line: '0'
Test #2:
score: 0
Accepted
time: 1ms
memory: 5732kb
input:
2 1 5 10 0 1 3
output:
1
result:
ok single line: '1'
Test #3:
score: 0
Accepted
time: 0ms
memory: 5776kb
input:
2 1 10 12 0 1 13
output:
1
result:
ok single line: '1'
Test #4:
score: 0
Accepted
time: 1ms
memory: 5708kb
input:
3 2 1 2 0 1 3 1 2 3
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 0ms
memory: 5780kb
input:
3 2 6 6 0 1 3 1 2 3
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 1ms
memory: 5644kb
input:
3 2 6 12 0 1 3 1 2 3
output:
2
result:
ok single line: '2'
Test #7:
score: 0
Accepted
time: 1ms
memory: 5688kb
input:
3 3 9 9 0 1 3 1 2 3 0 2 3
output:
3
result:
ok single line: '3'
Test #8:
score: 0
Accepted
time: 1ms
memory: 5752kb
input:
3 3 1 7 0 1 3 1 2 3 0 2 3
output:
3
result:
ok single line: '3'
Test #9:
score: 0
Accepted
time: 1ms
memory: 5724kb
input:
3 3 1 6 0 1 3 1 2 3 0 2 3
output:
2
result:
ok single line: '2'
Test #10:
score: 0
Accepted
time: 1ms
memory: 5700kb
input:
3 3 1 2 0 1 3 1 2 3 0 2 3
output:
2
result:
ok single line: '2'
Test #11:
score: 0
Accepted
time: 1ms
memory: 5724kb
input:
4 5 100 120 0 1 1 0 2 1 0 3 1 1 2 1 2 3 1
output:
5
result:
ok single line: '5'
Test #12:
score: 0
Accepted
time: 1ms
memory: 5648kb
input:
4 5 4 4 0 1 2 0 2 2 0 3 1 1 2 1 2 3 1
output:
4
result:
ok single line: '4'
Test #13:
score: 0
Accepted
time: 1ms
memory: 5712kb
input:
3 2 6 12 2 1 4 1 0 2
output:
2
result:
ok single line: '2'
Test #14:
score: 0
Accepted
time: 0ms
memory: 5712kb
input:
3 2 1 2 1 0 3 2 1 3
output:
1
result:
ok single line: '1'
Test #15:
score: 0
Accepted
time: 1ms
memory: 5692kb
input:
3 2 6 6 2 1 1 1 0 5
output:
1
result:
ok single line: '1'
Test #16:
score: -100
Wrong Answer
time: 54ms
memory: 19384kb
input:
100000 100000 10290 42195 0 1 215 0 2 880 0 4 687 0 11 39 0 55 535 0 72 855 1 3 30 1 6 858 1 9 103 1 10 38 1 18 77 1 26 126 1 69 20 2 5 351 2 12 922 2 14 588 2 27 943 2 48 463 3 35 1000 3 38 704 3 50 986 3 67 639 4 8 357 4 20 305 5 7 96 6 16 262 6 82 971 9 21 581 9 90 149 10 13 353 10 15 984 10 23 5...
output:
18563
result:
wrong answer 1st lines differ - expected: '1851', found: '18563'