QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#547193 | #1982. Jogging | ucup-team4645 | WA | 1ms | 5720kb | C++23 | 1.5kb | 2024-09-04 19:02:33 | 2024-09-04 19:02:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5632kb
input:
1 0 1 1
output:
0
result:
ok single line: '0'
Test #2:
score: 0
Accepted
time: 0ms
memory: 5704kb
input:
2 1 5 10 0 1 3
output:
1
result:
ok single line: '1'
Test #3:
score: 0
Accepted
time: 1ms
memory: 5720kb
input:
2 1 10 12 0 1 13
output:
1
result:
ok single line: '1'
Test #4:
score: 0
Accepted
time: 1ms
memory: 5652kb
input:
3 2 1 2 0 1 3 1 2 3
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 1ms
memory: 5708kb
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: 5716kb
input:
3 2 6 12 0 1 3 1 2 3
output:
2
result:
ok single line: '2'
Test #7:
score: -100
Wrong Answer
time: 1ms
memory: 5716kb
input:
3 3 9 9 0 1 3 1 2 3 0 2 3
output:
4
result:
wrong answer 1st lines differ - expected: '3', found: '4'