QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#251857 | #4580. Bicycle Tour | HuangHanSheng | WA | 18ms | 42448kb | C++20 | 3.1kb | 2023-11-15 10:59:18 | 2023-11-15 10:59:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 42448kb
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: 3ms
memory: 40404kb
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: 0ms
memory: 40280kb
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: 4ms
memory: 42328kb
input:
2 1 10 20 1 2
output:
-1 -1
result:
ok single line: '-1 -1 '
Test #5:
score: -100
Wrong Answer
time: 18ms
memory: 40808kb
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:
3 33 46 34 3 33 3 3 22 3 33 46 3 34 26 3 3 49 17 9 13 35 81 45 3 29 23 20 11 32 11 32 29 3 3 3 3 0 28 13 11 42 3 3 9 3 22 3 35 7 52 7 3 3 3 92 14 8 15 49 3 20 21 34 66 9 20 24 29 6 30 3 26 9 6 27 8 3 3 17 3 26 29 17 3 3 35 9 39 15 14 3 31 22 63 66 110 24 3 7 3 3 15 3 22 3 31 20 67 3 22 3 46 49 3 33 ...
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: '3 33 46 34 3 33 3 3 22 3 33 46... 22 45 15 3 3 52 3 3 3 10 34 4 '