UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#13466#32. Sorthercier100241ms1892kbC++1.5kb2018-10-06 11:46:502018-10-06 11:46:52

answer


详细

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

Test #1:

score: 5
Accepted
time: 1ms
memory: 1192kb

input:

5
0 0 0 1 1 

output:

-1 -1

result:

ok Correct.

Test #2:

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

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

1 5
3 4
4 5
-1 -1

result:

ok Correct.

Test #3:

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

input:

7
0 0 1 0 0 0 0 

output:

3 4
4 7
-1 -1

result:

ok Correct.

Test #4:

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

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

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

result:

ok Correct.

Test #5:

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

input:

10
1 1 0 0 0 0 0 1 1 1 

output:

1 3
2 5
4 7
-1 -1

result:

ok Correct.

Test #6:

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

input:

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

output:

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

result:

ok Correct.

Test #7:

score: 5
Accepted
time: 3ms
memory: 1260kb

input:

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

output:

2996 2999
2993 2994
2990 2993
2991 2996
2987 2989
2985 2986
2986 2987
2979 2982
2981 2986
2984 2991
...

result:

ok Correct.

Test #8:

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

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 3997
3997 4000
3988 3989
3986 3988
3987 3999
3979 3983
3970 3971
3971 3977
3975 3980
3978 3992
...

result:

ok Correct.

Test #9:

score: 5
Accepted
time: 5ms
memory: 1276kb

input:

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

output:

3999 4000
3994 3999
3986 3989
3988 3992
3991 3995
3984 3985
3982 3983
3983 3984
3980 3981
3979 3980
...

result:

ok Correct.

Test #10:

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

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
4997 4999
4994 4996
4996 4997
4988 4991
4983 4986
4985 4989
4988 4996
4975 4976
4973 4975
...

result:

ok Correct.

Test #11:

score: 5
Accepted
time: 9ms
memory: 1292kb

input:

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

output:

4997 4998
4995 4996
4992 4993
4993 4995
4994 4997
4989 4991
4984 4985
4985 4990
4989 4994
4975 4976
...

result:

ok Correct.

Test #12:

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

input:

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

output:

2501 5000
1250 3750
1874 1875
1872 1874
1867 1872
1857 1867
1837 1857
1798 1837
1720 1798
1564 1720
...

result:

ok Correct.

Test #13:

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

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:

9992 9994
9993 9998
9982 9983
9983 9986
9985 9988
9987 9994
9977 9979
9978 9981
9975 9976
9972 9975
...

result:

ok Correct.

Test #14:

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

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:

19992 19993
19993 19994
19994 19995
19995 20000
19983 19984
19984 19990
19988 19998
19978 19979
1997...

result:

ok Correct.

Test #15:

score: 5
Accepted
time: 8ms
memory: 1624kb

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:

29998 30000
29994 29998
29991 29993
29989 29991
29990 29994
29980 29982
29981 29985
29973 29975
2997...

result:

ok Correct.

Test #16:

score: 5
Accepted
time: 10ms
memory: 1764kb

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:

39999 40000
39995 39999
39990 39991
39987 39990
39982 39984
39983 39987
39984 39997
39977 39978
3997...

result:

ok Correct.

Test #17:

score: 5
Accepted
time: 11ms
memory: 1884kb

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:

49995 49996
49996 49999
49983 49984
49984 49985
49985 49988
49979 49980
49980 49987
49985 49997
4997...

result:

ok Correct.

Test #18:

score: 5
Accepted
time: 37ms
memory: 1596kb

input:

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

output:

29991 29993
29989 29991
29984 29986
29981 29984
29973 29981
29975 29989
29969 29971
29965 29967
2996...

result:

ok Correct.

Test #19:

score: 5
Accepted
time: 72ms
memory: 1768kb

input:

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

output:

39999 40000
39997 39998
39998 39999
39995 39998
39988 39989
39982 39983
39983 39986
39985 39988
3998...

result:

ok Correct.

Test #20:

score: 5
Accepted
time: 81ms
memory: 1892kb

input:

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

output:

49999 50000
49995 49996
49996 49999
49989 49994
49992 49997
49983 49987
49978 49981
49980 49984
4998...

result:

ok Correct.