UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#3106#32. Sortchen_ran203210ms5476kbC++1.1kb2018-09-09 22:54:562018-09-09 22:54:57

answer


详细

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

Test #1:

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

input:

5
0 0 0 1 1 

output:

-1 -1

result:

ok Correct.

Test #2:

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

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

1 2
2 5
-1 -1

result:

wrong answer Not sorted.

Test #3:

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

input:

7
0 0 1 0 0 0 0 

output:

3 4
4 7
-1 -1

result:

ok Correct.

Test #4:

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

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

-1 -1

result:

wrong answer Not sorted.

Test #5:

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

input:

10
1 1 0 0 0 0 0 1 1 1 

output:

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

result:

wrong answer Not sorted.

Test #6:

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

input:

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

output:

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

result:

wrong answer Not sorted.

Test #7:

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

input:

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

output:

1 8
13 16
19 20
14 19
3 14
34 35
35 36
31 35
25 32
38 40
43 44
39 43
27 39
5 29
48 49
51 53
49 51
54...

result:

wrong answer Not sorted.

Test #8:

score: 5
Accepted
time: 32ms
memory: 3320kb

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
3 4
4 9
16 17
15 16
13 15
8 14
19 21
23 25
21 24
26 28
27 32
24 29
13 27
34 35
35 37
37 39
44 45...

result:

ok Correct.

Test #9:

score: 0
Wrong Answer
time: 2ms
memory: 3252kb

input:

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

output:

7 8
6 7
4 6
10 12
13 14
15 16
14 15
12 14
6 13
19 20
23 24
20 23
26 27
31 32
27 31
23 29
11 27
33 35...

result:

wrong answer Not sorted.

Test #10:

score: 0
Wrong Answer
time: 48ms
memory: 3332kb

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:

9 10
10 11
11 13
8 12
14 15
15 16
16 17
19 22
17 19
12 17
24 25
32 33
31 32
25 31
35 36
36 38
39 41
...

result:

wrong answer Not sorted.

Test #11:

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

input:

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

output:

1 3
4 5
2 4
6 8
7 9
3 7
14 15
16 17
19 20
17 19
15 17
5 16
24 25
27 28
28 30
25 29
31 33
32 35
36 38...

result:

wrong answer Not sorted.

Test #12:

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

input:

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

output:

4194 4195
4191 4194
4192 4200
4181 4196
4187 4219
4142 4205
4064 4166
4089 4375
3751 4244
3932 5000
...

result:

wrong answer Not sorted.

Test #13:

score: 5
Accepted
time: 180ms
memory: 3432kb

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
4 5
2 4
6 7
7 8
8 10
3 9
11 12
12 13
13 15
15 20
7 19
23 24
24 27
32 33
37 39
33 37
26 34
16 29
...

result:

ok Correct.

Test #14:

score: 0
Wrong Answer
time: 724ms
memory: 3628kb

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:

3 4
8 9
4 8
16 17
14 16
18 19
19 21
15 19
5 16
23 25
24 27
30 31
26 30
33 37
35 39
29 36
9 32
44 47
...

result:

wrong answer Not sorted.

Test #15:

score: 0
Wrong Answer
time: 1670ms
memory: 3824kb

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:

4 5
7 8
8 9
5 8
11 12
13 14
12 13
13 17
7 15
19 21
24 25
22 24
21 22
28 29
27 28
30 32
28 30
22 28
1...

result:

wrong answer Not sorted.

Test #16:

score: 0
Time Limit Exceeded

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 3
3 5
6 7
5 6
15 17
6 16
24 25
29 30
26 29
25 26
31 33
32 35
36 37
39 40
37 39
34 37
26 35
12 30
4...

result:


Test #17:

score: 0
Time Limit Exceeded

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
8 9
9 10
11 13
10 11
4 10
17 18
14 17
20 22
15 20
7 15
30 31
26 30
33 35
28 33
41 42
40 41
4...

result:


Test #18:

score: 0
Wrong Answer
time: 411ms
memory: 3632kb

input:

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

output:

10006 10008
10010 10015
10018 10019
10017 10018
10020 10021
10021 10022
10018 10021
10013 10019
1000...

result:

wrong answer Not sorted.

Test #19:

score: 0
Wrong Answer
time: 60ms
memory: 3392kb

input:

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

output:

15 20
20 40
57 58
58 60
76 77
77 79
60 78
40 77
124 125
125 126
126 128
132 133
133 138
128 137
139 ...

result:

wrong answer Not sorted.

Test #20:

score: 0
Wrong Answer
time: 71ms
memory: 5476kb

input:

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

output:

1 3
8 10
11 12
9 11
2 9
16 18
21 22
23 24
24 25
22 24
18 23
4 21
26 28
30 31
27 30
33 35
29 33
48 49...

result:

wrong answer Not sorted.