QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#49242 | #4580. Bicycle Tour | HuangHanSheng | WA | 28ms | 15672kb | C++20 | 1.8kb | 2022-09-19 20:06:38 | 2022-09-19 20:06:39 |
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: 6ms
memory: 13700kb
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: 6ms
memory: 13788kb
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: 2ms
memory: 13820kb
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: 0ms
memory: 13800kb
input:
2 1 10 20 1 2
output:
-1 -1
result:
ok single line: '-1 -1 '
Test #5:
score: 0
Accepted
time: 19ms
memory: 14580kb
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:
55 33 46 34 10 33 34 30 22 33 33 46 10 34 26 100 14 62 17 9 13 35 81 45 23 29 23 20 11 32 11 32 29 38 18 13 14 0 28 13 11 42 35 22 9 57 22 22 35 7 52 7 14 45 72 92 14 8 15 62 10 20 21 34 66 9 20 24 29 6 30 16 26 9 6 27 8 40 85 17 12 26 29 17 10 61 35 9 39 15 14 14 31 22 63 66 110 24 16 7 30 22 15 18...
result:
ok single line: '55 33 46 34 10 33 34 30 22 33 ...5 15 71 10 52 18 16 30 10 34 4 '
Test #6:
score: 0
Accepted
time: 6ms
memory: 13816kb
input:
30 435 268435456 1024 67108864 16777216 134217728 131072 524288 512 256 8 32 64 33554432 2097152 128 2048 16384 8192 4096 8388608 65536 536870912 4 2 16 1048576 32768 1 262144 4194304 24 28 23 28 10 28 25 28 11 28 12 28 15 28 9 28 8 28 2 28 16 28 19 28 18 28 17 28 27 28 21 28 6 28 28 29 7 28 26 28 1...
output:
201326592 768 50331648 12582912 100663296 98304 393216 384 192 6 24 48 25165824 1572864 96 1536 12288 6144 3072 6291456 49152 402653184 3 3 12 786432 24576 3 196608 3145728
result:
ok single line: '201326592 768 50331648 1258291... 786432 24576 3 196608 3145728 '
Test #7:
score: -100
Wrong Answer
time: 28ms
memory: 15672kb
input:
430 92235 268435456 64 536870912 256 128 134217728 2 64 33554432 524288 1048576 268435456 1048576 512 32 32 8192 8192 8192 268435456 256 1024 16384 8 2097152 1 4 65536 268435456 32768 2048 512 128 32768 268435456 8192 4194304 16384 1024 4194304 128 33554432 67108864 1 512 16 128 16384 536870912 4 16...
output:
134217728 0 268435456 0 0 67108864 0 0 16777216 262144 524288 0 0 0 0 0 4096 0 0 0 0 512 8192 0 1048576 0 0 32768 0 16384 1024 0 0 0 0 0 2097152 0 0 0 0 0 33554432 0 0 0 0 0 0 0 8388608 0 0 0 0 0 0 0 0 0 0 0 4194304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 65536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...
result:
wrong answer 1st lines differ - expected: '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0', found: '134217728 0 268435456 0 0 6710... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 '