UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#1495#32. Sortlbwaknoi652412ms2372kbC++2.3kb2018-09-08 09:37:512018-09-08 12:26:35

answer


Details

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

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

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

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

1 3
2 6
3 7
4 6
5 7
6 7
-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 4
3 5
4 6
5 7
6 7
-1 -1

result:

ok Correct.

Test #6:

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

input:

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

output:

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

result:

ok Correct.

Test #7:

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

input:

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

output:

1 1100
2 2873
3 2864
4 1162
5 49
6 487
7 1544
8 1238
9 198
10 1587
11 2803
12 1963
13 2191
14 2738
1...

result:

ok Correct.

Test #8:

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

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:

1 2209
2 20
3 4
4 5
5 6
6 11
7 12
8 13
9 14
10 16
11 19
12 23
13 2211
14 2213
15 2214
16 2215
17 221...

result:

ok Correct.

Test #9:

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

input:

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

output:

1 969
2 1893
3 3328
4 2172
5 3892
6 2685
7 2845
8 2882
9 3184
10 3403
11 3294
12 2950
13 4000
14 232...

result:

ok Correct.

Test #10:

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

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:

1 2105
2 17
3 3972
4 3970
5 6
6 7
7 3969
9 3966
10 3964
12 3959
13 15
14 2101
15 2102
16 2103
17 210...

result:

ok Correct.

Test #11:

score: 5
Accepted
time: 14ms
memory: 1300kb

input:

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

output:

1 394
2 26
3 1382
4 3956
5 873
6 3852
7 1997
8 1247
9 4212
10 2211
11 839
12 203
13 4710
14 1186
15 ...

result:

ok Correct.

Test #12:

score: 5
Accepted
time: 20ms
memory: 1304kb

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: 5
Accepted
time: 1ms
memory: 1456kb

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: 2ms
memory: 1680kb

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: 5ms
memory: 1924kb

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: 6ms
memory: 2152kb

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: 7ms
memory: 2372kb

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: 325ms
memory: 1680kb

input:

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

output:

1 6672
2 10
12 6673
13 6674
14 6675
15 6676
16 6677
17 6678
18 6679
19 6680
20 6681
21 6672
22 30
31...

result:

wrong answer Too much cost.

Test #19:

score: 0
Wrong Answer
time: 781ms
memory: 1844kb

input:

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

output:

1 15809
2 11445
3 9925
4 22815
5 17508
6 7754
7 3527
8 8115
9 33014
10 27263
11 18752
12 1335
13 331...

result:

wrong answer Too much cost.

Test #20:

score: 0
Wrong Answer
time: 1217ms
memory: 1992kb

input:

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

output:

1 21855
2 23679
3 1591
4 2973
5 34893
6 26308
7 25268
8 49558
9 49214
10 48196
11 6374
12 19472
13 2...

result:

wrong answer Too much cost.