UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#1885#32. SortSteveLee301599ms908kbC++626b2018-09-08 11:15:572018-09-08 13:06:18

answer


Details

小提示:点击横条可展开更详细的信息

Test #1:

score: 5
Accepted
time: 0ms
memory: 508kb

input:

5
0 0 0 1 1 

output:

-1 -1

result:

ok Correct.

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 524kb

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

1 5
3 4
-1 -1

result:

wrong answer Not sorted.

Test #3:

score: 5
Accepted
time: 0ms
memory: 512kb

input:

7
0 0 1 0 0 0 0 

output:

3 7
-1 -1

result:

ok Correct.

Test #4:

score: 5
Accepted
time: 0ms
memory: 520kb

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

1 7
3 5
1 3
6 7
-1 -1

result:

ok Correct.

Test #5:

score: 5
Accepted
time: 0ms
memory: 524kb

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: 520kb

input:

10
552474873 603523889 451688250 856980678 746716186 316583031 509750159 895158422 895128023 2769912...

output:

2 10
3 9
4 7
1 5
2 4
8 10
7 8
-1 -1

result:

wrong answer Not sorted.

Test #7:

score: 0
Wrong Answer
time: 3ms
memory: 544kb

input:

3000
774135042 955379290 425485912 951649655 435211761 517813461 22865164 126834432 859390051 751505...

output:

1 2999
2 2997
3 2993
4 2992
5 2988
6 2987
8 2985
9 2980
10 2979
11 2978
12 2977
14 2974
15 2972
17 2...

result:

wrong answer Not sorted.

Test #8:

score: 5
Accepted
time: 4ms
memory: 540kb

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 4000
7 3999
9 3998
10 3997
17 3993
18 3992
19 3987
21 3985
23 3982
28 3981
31 3979
32 3978
34 3975...

result:

ok Correct.

Test #9:

score: 0
Wrong Answer
time: 4ms
memory: 548kb

input:

4000
253876655 192406499 33773493 714588720 62247300 512617285 830025704 158991275 146203174 6211898...

output:

4 4000
5 3999
6 3998
7 3996
9 3991
14 3990
16 3988
17 3987
18 3986
19 3985
22 3984
23 3983
26 3981
2...

result:

wrong answer Not sorted.

Test #10:

score: 5
Accepted
time: 6ms
memory: 552kb

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 5000
3 4999
8 4996
10 4994
14 4993
18 4992
21 4990
24 4986
25 4984
26 4982
27 4978
29 4975
31 4972...

result:

ok Correct.

Test #11:

score: 0
Wrong Answer
time: 6ms
memory: 560kb

input:

5000
576963277 817862335 430151834 505200145 307373684 896252967 779450344 424741325 188693368 71249...

output:

1 4998
2 4996
3 4995
4 4994
5 4992
6 4990
8 4989
10 4988
13 4987
15 4986
16 4985
17 4984
18 4983
26 ...

result:

wrong answer Not sorted.

Test #12:

score: 0
Wrong Answer
time: 0ms
memory: 560kb

input:

5000
296887 701139 1259018 1624742 1747738 2354948 2616510 2777173 3193517 3454408 3801911 4078104 4...

output:

1251 5000
626 1875
313 1250
157 469
79 313
40 118
21 79
11 30
6 20
3 8
2 5
6 9
14 20
13 14
12 13
18 ...

result:

wrong answer Not sorted.

Test #13:

score: 0
Wrong Answer
time: 10ms
memory: 588kb

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 5000
3 4998
4 4997
5 4996
6 4995
8 4994
12 4993
14 4992
25 4991
26 4990
27 4989
28 4988
30 4987
35...

result:

wrong answer Not sorted.

Test #14:

score: 0
Wrong Answer
time: 35ms
memory: 672kb

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 9997
3 9995
4 9991
5 9987
6 9985
7 9982
8 9979
11 9976
12 9973
14 9972
15 9971
16 9970
17 9966
20 ...

result:

wrong answer Not sorted.

Test #15:

score: 0
Wrong Answer
time: 142ms
memory: 748kb

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 30000
2 29999
4 29993
5 29992
6 29988
8 29986
10 29985
12 29983
13 29982
14 29981
19 29978
24 2997...

result:

wrong answer Too much cost.

Test #16:

score: 0
Wrong Answer
time: 252ms
memory: 828kb

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 40000
3 39999
6 39998
8 39997
9 39995
13 39992
17 39986
18 39985
20 39982
21 39979
24 39978
25 399...

result:

wrong answer Too much cost.

Test #17:

score: 0
Wrong Answer
time: 427ms
memory: 900kb

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 49999
4 49998
5 49997
6 49996
7 49995
18 49992
20 49989
21 49987
22 49986
29 49982
30 49981
31 499...

result:

wrong answer Too much cost.

Test #18:

score: 0
Wrong Answer
time: 92ms
memory: 748kb

input:

30000
23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 23333 2333...

output:

10001 29993
10002 29991
10003 29987
10006 29977
10007 29972
10008 29971
10009 29964
10011 29962
1001...

result:

wrong answer Too much cost.

Test #19:

score: 0
Wrong Answer
time: 242ms
memory: 832kb

input:

40000
45713484 162270600 502896796 450460958 129500884 513441781 557737624 340152311 679444775 35445...

output:

3 40000
4 39999
6 39998
7 39996
8 39993
11 39992
14 39990
15 39987
16 39986
19 39985
20 39984
21 399...

result:

wrong answer Too much cost.

Test #20:

score: 0
Wrong Answer
time: 376ms
memory: 908kb

input:

50000
455891075 705915927 189674482 578895411 789714247 658466934 483470291 469989305 544838975 2828...

output:

2 50000
3 49999
4 49998
5 49995
7 49994
8 49993
9 49992
12 49991
13 49987
15 49986
17 49982
19 49981...

result:

wrong answer Too much cost.