ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#2069 | #32. Sort | nicous | 30 | 18ms | 764kb | C++ | 648b | 2018-09-08 11:49:35 | 2018-09-08 13:22:43 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 5
Accepted
time: 0ms
memory: 504kb
input:
5 0 0 0 1 1
output:
-1 -1
result:
ok Correct.
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
5 716816476 646500411 807499637 544792531 128057616
output:
1 5 -1 -1
result:
wrong answer Not sorted.
Test #3:
score: 5
Accepted
time: 0ms
memory: 504kb
input:
7 0 0 1 0 0 0 0
output:
3 7 -1 -1
result:
ok Correct.
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
7 685386610 762888212 32009424 450956771 498508039 313999604 331164353
output:
1 7 -1 -1
result:
wrong answer Not sorted.
Test #5:
score: 5
Accepted
time: 0ms
memory: 504kb
input:
10 1 1 0 0 0 0 0 1 1 1
output:
1 7 -1 -1
result:
ok Correct.
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
10 552474873 603523889 451688250 856980678 746716186 316583031 509750159 895158422 895128023 2769912...
output:
1 10 -1 -1
result:
wrong answer Not sorted.
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
3000 774135042 955379290 425485912 951649655 435211761 517813461 22865164 126834432 859390051 751505...
output:
1 3000 -1 -1
result:
wrong answer Not sorted.
Test #8:
score: 5
Accepted
time: 0ms
memory: 500kb
input:
4000 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 1 0 0 0 0 0 1 1 0 1 1 0 0 1 1...
output:
2 4 4 12 11 14 12 18 14 22 17 25 19 28 20 32 23 39 28 42 29 46 31 52 33 56 34 58 35 60 36 67 38 70 3...
result:
ok Correct.
Test #9:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
4000 253876655 192406499 33773493 714588720 62247300 512617285 830025704 158991275 146203174 6211898...
output:
1 4000 -1 -1
result:
wrong answer Not sorted.
Test #10:
score: 5
Accepted
time: 0ms
memory: 504kb
input:
5000 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 1 1 0 1 1...
output:
2 7 7 13 11 17 14 22 15 25 16 30 18 34 20 38 23 41 24 46 25 50 27 52 28 61 35 67 39 69 40 71 41 74 4...
result:
ok Correct.
Test #11:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
5000 576963277 817862335 430151834 505200145 307373684 896252967 779450344 424741325 188693368 71249...
output:
1 5000 -1 -1
result:
wrong answer Not sorted.
Test #12:
score: 0
Wrong Answer
time: 0ms
memory: 500kb
input:
5000 296887 701139 1259018 1624742 1747738 2354948 2616510 2777173 3193517 3454408 3801911 4078104 4...
output:
1 5000 -1 -1
result:
wrong answer Not sorted.
Test #13:
score: 5
Accepted
time: 0ms
memory: 532kb
input:
10000 1 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 1 0 1 0 1 1 0 1 1 0 1 0 0 0 1 0 1 1 ...
output:
1 3 2 5 3 10 7 22 18 24 19 27 21 31 22 33 23 36 24 39 25 43 28 45 29 51 32 53 33 58 34 60 35 65 37 6...
result:
ok Correct.
Test #14:
score: 0
Wrong Answer
time: 1ms
memory: 588kb
input:
20000 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 0 1 0 1 1 1 0 0 0 0 0 1 0 1 1 1 1 0 0 0 0 1 1 1 0 1 1 0 0 ...
output:
2 4 3 9 4 13 5 17 6 19 7 21 8 29 13 31 14 39 18 43 19 48 22 54 24 58 27 61 29 66 33 68 34 70 35 72 3...
result:
wrong answer Too much cost.
Test #15:
score: 0
Wrong Answer
time: 1ms
memory: 648kb
input:
30000 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 1 0 0 1 1 0 1 1 0 1 1 0 1 0 1 1 0 1 0 1 0 1 1 1 ...
output:
1 3 3 5 4 9 6 12 7 18 12 21 14 26 16 29 17 32 18 35 19 37 20 40 21 42 22 44 23 48 24 54 26 56 27 58 ...
result:
wrong answer Too much cost.
Test #16:
score: 0
Wrong Answer
time: 3ms
memory: 708kb
input:
40000 0 1 0 0 0 1 0 1 1 1 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 1 1 1 1 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 ...
output:
2 5 5 7 6 14 10 17 12 23 15 25 16 30 17 35 20 37 21 42 24 45 26 50 27 66 41 68 42 74 46 79 49 83 51 ...
result:
wrong answer Too much cost.
Test #17:
score: 0
Wrong Answer
time: 3ms
memory: 764kb
input:
50000 0 1 0 1 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 1 0 0 1 1 0 1 1 0 0 1 1 0 1 0 0 1 0 ...
output:
2 3 3 5 4 10 6 13 7 18 8 22 9 29 10 32 12 35 13 39 15 42 16 45 18 49 21 53 24 56 25 58 26 62 29 67 3...
result:
wrong answer Too much cost.
Test #18:
score: 0
Wrong Answer
time: 3ms
memory: 592kb
input:
30000 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 2333...
output:
1 30000 -1 -1
result:
wrong answer Not sorted.
Test #19:
score: 0
Wrong Answer
time: 3ms
memory: 628kb
input:
40000 45713484 162270600 502896796 450460958 129500884 513441781 557737624 340152311 679444775 35445...
output:
1 40000 -1 -1
result:
wrong answer Not sorted.
Test #20:
score: 0
Wrong Answer
time: 4ms
memory: 664kb
input:
50000 455891075 705915927 189674482 578895411 789714247 658466934 483470291 469989305 544838975 2828...
output:
1 50000 -1 -1
result:
wrong answer Not sorted.