UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#2512#32. SortYu10892ms11180kbC++2.0kb2018-09-09 00:59:322018-09-09 00:59:33

answer


详细

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

Test #1:

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

input:

5
0 0 0 1 1 

output:

-1 -1

result:

ok Correct.

Test #2:

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

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

3 4
4 5
-1 -1

result:

wrong answer Not sorted.

Test #3:

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

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: 0
Wrong Answer
time: 0ms
memory: 3180kb

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

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

result:

wrong answer Not sorted.

Test #5:

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

input:

10
1 1 0 0 0 0 0 1 1 1 

output:

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

result:

wrong answer Not sorted.

Test #6:

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

input:

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

output:

2 3
5 6
9 10
-1 -1

result:

wrong answer Not sorted.

Test #7:

score: 0
Wrong Answer
time: 26ms
memory: 7076kb

input:

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

output:

2 3
4 5
9 10
11 12
10 11
18 19
19 20
13 14
29 30
30 31
31 32
47 48
46 47
43 44
25 26
54 55
68 69
69 ...

result:

wrong answer Not sorted.

Test #8:

score: 0
Wrong Answer
time: 250ms
memory: 11176kb

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
5 6
6 7
13 14
19 20
23 24
20 21
27 28
26 27
29 30
30 31
28 29
24 25
16 17
34 35
41 42
44 45
40 4...

result:

wrong answer Not sorted.

Test #9:

score: 0
Wrong Answer
time: 36ms
memory: 9128kb

input:

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

output:

2 3
4 5
3 4
7 8
11 12
19 20
23 24
28 29
27 28
31 32
48 49
47 48
52 53
51 52
54 55
53 54
71 72
70 71
...

result:

wrong answer Not sorted.

Test #10:

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

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:

2 3
3 4
9 10
8 9
14 15
15 16
10 11
21 22
24 25
23 24
28 29
32 33
33 34
35 36
20 21
48 49
45 46
51 52...

result:

wrong answer Not sorted.

Test #11:

score: 0
Wrong Answer
time: 33ms
memory: 9128kb

input:

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

output:

2 3
3 4
4 5
7 8
8 9
10 11
9 10
6 7
14 15
19 20
11 12
32 33
33 34
34 35
37 38
39 40
36 37
31 32
43 44...

result:

wrong answer Not sorted.

Test #12:

score: 0
Wrong Answer
time: 25ms
memory: 3484kb

input:

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

output:

4383 4384
4382 4383
4384 4385
4078 4079
4079 4080
4077 4078
3578 3579
3577 3578
3579 3580
3858 3859
...

result:

wrong answer Not sorted.

Test #13:

score: 0
Output Limit Exceeded

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:

2 3
4 5
3 4
6 7
7 8
8 9
5 6
11 12
12 13
13 14
23 24
25 26
32 33
38 39
35 36
30 31
44 45
48 49
52 53
...

result:


Test #14:

score: 0
Output Limit Exceeded

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
12 13
16 17
18 19
15 16
24 25
23 24
25 26
35 36
30 31
20 21
42 43
45 46
52 53
53 54
59 60
55...

result:


Test #15:

score: 0
Output Limit Exceeded

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 2
2 3
7 8
6 7
4 5
11 12
10 11
13 14
14 15
12 13
8 9
19 20
24 25
25 26
28 29
27 28
23 24
15 16
31 3...

result:


Test #16:

score: 0
Output 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 4
6 7
15 16
10 11
24 25
29 30
28 29
32 33
33 34
36 37
39 40
38 39
20 21
43 44
49 50
48 49
52 5...

result:


Test #17:

score: 0
Output 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
4 5
8 9
9 10
12 13
7 8
17 18
16 17
21 22
30 31
28 29
34 35
31 32
41 42
40 41
46 47
43 44
37 38
5...

result:


Test #18:

score: 0
Output Limit Exceeded

input:

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

output:

10002 10003
10003 10004
10008 10009
10013 10014
10015 10016
10014 10015
10018 10019
10020 10021
1001...

result:


Test #19:

score: 0
Output Limit Exceeded

input:

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

output:

4 5
11 12
10 11
15 16
19 20
21 22
20 21
17 18
25 26
27 28
36 37
35 36
40 41
37 38
22 23
48 49
49 50
...

result:


Test #20:

score: 0
Output Limit Exceeded

input:

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

output:

2 3
9 10
6 7
5 6
7 8
6 7
8 9
7 8
11 12
13 14
12 13
16 17
14 15
19 20
21 22
20 21
17 18
26 27
30 31
3...

result: