UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#3159#32. Sortwangyuji557ms1796kbC++1.3kb2018-09-10 09:17:472018-09-10 09:17:48

answer


详细

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

Test #1:

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

input:

5
0 0 0 1 1 

output:

-1 -1

result:

ok Correct.

Test #2:

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

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

1 2
3 5
3 4
-1 -1

result:

wrong answer Not sorted.

Test #3:

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

input:

7
0 0 1 0 0 0 0 

output:

3 4
-1 -1

result:

wrong answer Not sorted.

Test #4:

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

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

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

result:

wrong answer Not sorted.

Test #5:

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

input:

10
1 1 0 0 0 0 0 1 1 1 

output:

1 3
2 3
-1 -1

result:

wrong answer Not sorted.

Test #6:

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

input:

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

output:

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

result:

wrong answer Not sorted.

Test #7:

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

input:

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

output:

1 3
2 3
4 5
6 8
6 7
13 14
15 16
19 20
21 22
25 26
28 30
29 30
31 32
34 35
39 40
43 44
48 49
51 53
52...

result:

wrong answer Not sorted.

Test #8:

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

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:

195 196
203 204
197 201
198 201
205 206
208 211
208 210
215 216
212 214
212 213
222 223
225 226
232 ...

result:

wrong answer Not sorted.

Test #9:

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

input:

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

output:

7 8
4 5
10 12
10 11
13 14
15 16
19 20
23 24
26 27
31 32
28 30
28 29
33 35
34 35
38 39
36 37
40 41
51...

result:

wrong answer Not sorted.

Test #10:

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

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:

47 50
47 48
49 50
42 46
43 46
51 52
54 55
62 65
62 63
64 65
68 69
72 74
73 74
75 77
75 76
70 71
1 41...

result:

wrong answer Not sorted.

Test #11:

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

input:

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

output:

1 3
2 3
4 5
6 8
7 8
14 15
16 17
19 20
10 13
10 12
31 33
32 33
36 38
37 38
39 40
41 45
41 42
43 45
46...

result:

wrong answer Not sorted.

Test #12:

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

input:

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

output:

2501 5000
2501 3750
3751 5000
-1 -1

result:

wrong answer Not sorted.

Test #13:

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

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 3
4 5
6 7
11 12
23 24
25 27
25 26
32 33
37 39
38 39
34 36
35 36
28 31
29 31
44 45
46 50
46 47
...

result:

wrong answer Not sorted.

Test #14:

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

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 4
6 9
7 9
11 13
12 13
16 17
18 19
24 25
32 39
32 35
36 39
30 31
20 21
41 43
42 43
44 48
44 46
...

result:

wrong answer Not sorted.

Test #15:

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

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:

36 37
31 35
32 35
39 40
41 42
43 44
46 48
47 48
55 56
57 58
49 54
49 50
51 54
61 63
61 62
64 65
69 7...

result:

wrong answer Not sorted.

Test #16:

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

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:

110 112
111 112
116 117
113 115
114 115
119 120
122 123
124 125
126 128
126 127
132 133
135 136
145 ...

result:

wrong answer Not sorted.

Test #17:

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

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:

503 507
503 504
505 507
518 520
519 520
521 523
522 523
525 526
533 535
534 535
508 515
509 515
543 ...

result:

wrong answer Not sorted.

Test #18:

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

input:

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

output:

10001 10003
10002 10003
10012 10014
10013 10014
10015 10016
10020 10021
10017 10019
10018 10019
1002...

result:

wrong answer Not sorted.

Test #19:

score: 0
Wrong Answer
time: 9ms
memory: 1688kb

input:

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

output:

3 5
3 4
6 8
7 8
9 10
17 18
19 20
13 16
14 16
25 29
25 28
31 33
32 33
36 37
48 50
48 49
43 47
43 44
4...

result:

wrong answer Not sorted.

Test #20:

score: 0
Wrong Answer
time: 15ms
memory: 1796kb

input:

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

output:

2 3
5 7
6 7
9 10
11 12
16 18
16 17
21 22
23 24
19 20
13 15
13 14
26 27
30 31
33 35
34 35
48 49
46 47...

result:

wrong answer Not sorted.