ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#6003 | #32. Sort | 3010651817 | 15 | 106ms | 1412kb | C++ | 701b | 2018-09-18 15:19:59 | 2018-09-18 15:19:59 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 5
Accepted
time: 0ms
memory: 1180kb
input:
5 0 0 0 1 1
output:
-1 -1
result:
ok Correct.
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1196kb
input:
5 716816476 646500411 807499637 544792531 128057616
output:
1 5 3 4 -1 -1
result:
wrong answer Not sorted.
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 1196kb
input:
7 0 0 1 0 0 0 0
output:
3 4 -1 -1
result:
wrong answer Not sorted.
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 1192kb
input:
7 685386610 762888212 32009424 450956771 498508039 313999604 331164353
output:
1 3 2 6 3 7 4 5 6 7 -1 -1
result:
wrong answer Not sorted.
Test #5:
score: 5
Accepted
time: 0ms
memory: 1200kb
input:
10 1 1 0 0 0 0 0 1 1 1
output:
1 3 2 4 3 5 4 6 5 7 -1 -1
result:
ok Correct.
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 1196kb
input:
10 552474873 603523889 451688250 856980678 746716186 316583031 509750159 895158422 895128023 2769912...
output:
1 10 2 5 3 8 5 8 6 8 7 8 9 10 -1 -1
result:
wrong answer Not sorted.
Test #7:
score: 0
Wrong Answer
time: 8ms
memory: 1220kb
input:
3000 774135042 955379290 425485912 951649655 435211761 517813461 22865164 126834432 859390051 751505...
output:
1 1100 2 2873 3 2863 4 1160 5 46 6 484 7 1542 8 1235 9 193 10 1585 11 2801 12 1957 13 2186 14 2734 1...
result:
wrong answer Not sorted.
Test #8:
score: 0
Wrong Answer
time: 9ms
memory: 1228kb
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 3 5 6 13 14 15 17 16 17 19 20 23 24 26 28 27 28 29 30 33 35 34 35 40 42 41 42 43 45 44 45 47 51 50...
result:
wrong answer Not sorted.
Test #9:
score: 0
Wrong Answer
time: 9ms
memory: 1224kb
input:
4000 253876655 192406499 33773493 714588720 62247300 512617285 830025704 158991275 146203174 6211898...
output:
1 969 2 1893 3 3328 4 2171 5 3892 6 2683 7 2843 8 2880 9 3183 10 3402 11 3291 12 2944 13 4000 14 232...
result:
wrong answer Not sorted.
Test #10:
score: 0
Wrong Answer
time: 12ms
memory: 1232kb
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 3 8 10 9 10 14 15 18 22 21 22 23 25 24 25 26 29 28 29 31 33 32 33 35 36 39 41 40 41 42 46 45 46 47...
result:
wrong answer Not sorted.
Test #11:
score: 0
Wrong Answer
time: 15ms
memory: 1228kb
input:
5000 576963277 817862335 430151834 505200145 307373684 896252967 779450344 424741325 188693368 71249...
output:
1 394 2 26 3 1382 4 3956 5 870 6 3851 7 1994 8 1243 9 4212 10 2206 11 830 12 193 13 4710 14 1177 15 ...
result:
wrong answer Not sorted.
Test #12:
score: 5
Accepted
time: 30ms
memory: 1232kb
input:
5000 296887 701139 1259018 1624742 1747738 2354948 2616510 2777173 3193517 3454408 3801911 4078104 4...
output:
1 5000 2 5000 3 5000 4 5000 5 5000 6 5000 7 5000 8 5000 9 5000 10 5000 11 5000 12 5000 13 5000 14 50...
result:
ok Correct.
Test #13:
score: 0
Wrong Answer
time: 2ms
memory: 1252kb
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:
0
result:
wrong output format Unexpected end of file - int32 expected
Test #14:
score: 0
Wrong Answer
time: 0ms
memory: 1292kb
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:
0
result:
wrong output format Unexpected end of file - int32 expected
Test #15:
score: 0
Wrong Answer
time: 4ms
memory: 1328kb
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:
0
result:
wrong output format Unexpected end of file - int32 expected
Test #16:
score: 0
Wrong Answer
time: 4ms
memory: 1368kb
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:
0
result:
wrong output format Unexpected end of file - int32 expected
Test #17:
score: 0
Wrong Answer
time: 2ms
memory: 1412kb
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:
0
result:
wrong output format Unexpected end of file - int32 expected
Test #18:
score: 0
Wrong Answer
time: 3ms
memory: 1328kb
input:
30000 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 2333...
output:
0
result:
wrong output format Unexpected end of file - int32 expected
Test #19:
score: 0
Wrong Answer
time: 2ms
memory: 1368kb
input:
40000 45713484 162270600 502896796 450460958 129500884 513441781 557737624 340152311 679444775 35445...
output:
0
result:
wrong output format Unexpected end of file - int32 expected
Test #20:
score: 0
Wrong Answer
time: 6ms
memory: 1404kb
input:
50000 455891075 705915927 189674482 578895411 789714247 658466934 483470291 469989305 544838975 2828...
output:
0
result:
wrong output format Unexpected end of file - int32 expected