QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#732858 | #4580. Bicycle Tour | ZhangYiDe | WA | 6ms | 8332kb | C++17 | 2.0kb | 2024-11-10 16:10:19 | 2024-11-10 16:10:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 7692kb
input:
8 11 5 2 7 0 10 6 6 6 1 2 1 3 2 3 2 4 2 5 2 7 3 5 1 6 6 7 6 8 7 8
output:
4 4 5 -1 8 0 0 0
result:
ok single line: '4 4 5 -1 8 0 0 0 '
Test #2:
score: 0
Accepted
time: 0ms
memory: 7904kb
input:
4 5 10 20 30 40 1 2 1 3 1 4 2 3 3 4
output:
20 20 20 30
result:
ok single line: '20 20 20 30 '
Test #3:
score: 0
Accepted
time: 1ms
memory: 6540kb
input:
5 4 72 35 22 49 108 1 2 2 3 3 4 4 5
output:
-1 -1 -1 -1 -1
result:
ok single line: '-1 -1 -1 -1 -1 '
Test #4:
score: 0
Accepted
time: 1ms
memory: 7968kb
input:
2 1 10 20 1 2
output:
-1 -1
result:
ok single line: '-1 -1 '
Test #5:
score: -100
Wrong Answer
time: 6ms
memory: 8332kb
input:
252 31626 825 5234 3578 4723 2145 4362 1861 2413 7203 1939 3210 7153 2155 4559 4403 1466 887 3786 6529 719 4272 3287 5703 6708 2390 4987 4214 770 3487 6230 3498 6255 4963 1093 3065 2961 1663 4857 3224 4284 4228 106 1614 1010 145 1557 4510 1032 4632 155 5570 154 884 1204 2876 6163 5023 4593 7261 3729...
output:
-2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 ...
result:
wrong answer 1st lines differ - expected: '55 33 46 34 10 33 34 30 22 33 ...45 15 71 10 52 18 16 30 10 34 4', found: '-2 -2 -2 -2 -2 -2 -2 -2 -2 -2 ... -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 '