UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#6291#32. Sortskylee603333ms640kbC++111.3kb2018-09-19 18:13:492018-09-19 18:13:50

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: 5
Accepted
time: 0ms
memory: 504kb

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

4 5
3 4
2 3
1 2
4 5
3 4
2 3
3 4
-1 -1

result:

ok Correct.

Test #3:

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

input:

7
0 0 1 0 0 0 0 

output:

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

result:

ok Correct.

Test #4:

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

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

5 6
4 5
2 3
1 2
6 7
5 6
3 4
2 3
4 5
3 4
5 6
4 5
6 7
5 6
-1 -1

result:

ok Correct.

Test #5:

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

input:

10
1 1 0 0 0 0 0 1 1 1 

output:

2 3
1 2
3 4
2 3
4 5
3 4
5 6
4 5
6 7
5 6
-1 -1

result:

ok Correct.

Test #6:

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

input:

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

output:

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

result:

ok Correct.

Test #7:

score: 5
Accepted
time: 315ms
memory: 500kb

input:

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

output:

2998 2999
2997 2998
2996 2997
2995 2996
2994 2995
2993 2994
2992 2993
2991 2992
2990 2991
2988 2989
...

result:

ok Correct.

Test #8:

score: 5
Accepted
time: 306ms
memory: 504kb

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:

3995 3996
3993 3994
3992 3993
3991 3992
3990 3991
3988 3989
3987 3988
3986 3987
3985 3986
3984 3985
...

result:

ok Correct.

Test #9:

score: 5
Accepted
time: 610ms
memory: 504kb

input:

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

output:

3999 4000
3998 3999
3997 3998
3996 3997
3995 3996
3994 3995
3993 3994
3992 3993
3991 3992
3990 3991
...

result:

ok Correct.

Test #10:

score: 5
Accepted
time: 470ms
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:

4999 5000
4998 4999
4997 4998
4994 4995
4989 4990
4988 4989
4984 4985
4983 4984
4981 4982
4980 4981
...

result:

ok Correct.

Test #11:

score: 5
Accepted
time: 842ms
memory: 504kb

input:

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

output:

4997 4998
4995 4996
4994 4995
4992 4993
4991 4992
4990 4991
4989 4990
4988 4989
4987 4988
4986 4987
...

result:

ok Correct.

Test #12:

score: 5
Accepted
time: 774ms
memory: 504kb

input:

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

output:

4999 5000
4998 4999
4997 4998
4996 4997
4995 4996
4994 4995
4993 4994
4992 4993
4991 4992
4990 4991
...

result:

ok Correct.

Test #13:

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

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 -1

result:

wrong answer Not sorted.

Test #14:

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

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:

-1 -1

result:

wrong answer Not sorted.

Test #15:

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

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 -1

result:

wrong answer Not sorted.

Test #16:

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

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:

-1 -1

result:

wrong answer Not sorted.

Test #17:

score: 0
Wrong Answer
time: 1ms
memory: 640kb

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:

-1 -1

result:

wrong answer Not sorted.

Test #18:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #19:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #20:

score: 0
Wrong Answer
time: 8ms
memory: 640kb

input:

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

output:

-1 -1

result:

wrong answer Not sorted.