UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#6452#32. SortTQB304765ms1388kbC++844b2018-09-20 23:12:382018-09-20 23:12:40

answer


详细

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

Test #1:

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

input:

5
0 0 0 1 1 

output:

-1 -1

result:

ok Correct.

Test #2:

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

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

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

result:

wrong answer Not sorted.

Test #3:

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

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

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

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

result:

wrong answer Not sorted.

Test #5:

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

input:

10
1 1 0 0 0 0 0 1 1 1 

output:

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

result:

ok Correct.

Test #6:

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

input:

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

output:

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

result:

wrong answer Not sorted.

Test #7:

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

input:

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

output:

1 1100
2 2873
3 1090
4 1170
5 1125
6 414
7 1552
8 107
9 430
10 1595
11 2811
12 978
13 1287
14 390
15...

result:

wrong answer Not sorted.

Test #8:

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

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 6
5 7
6 8
7 9
8 10
9 11
10 12
11 14
12 17
13 18
14 20
15 21
16 22
17 24
18 25
19 28
20 30
...

result:

ok Correct.

Test #9:

score: 0
Wrong Answer
time: 32ms
memory: 1200kb

input:

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

output:

1 969
2 1893
3 3328
4 234
5 3892
6 2367
7 2207
8 2170
9 943
10 724
11 1978
12 2458
13 4000
14 1543
1...

result:

wrong answer Not sorted.

Test #10:

score: 5
Accepted
time: 50ms
memory: 1176kb

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
4 5
5 6
6 7
7 10
8 11
9 12
10 13
11 15
12 16
13 17
14 22
15 25
16 29
17 30
18 33
19 34
20 36...

result:

ok Correct.

Test #11:

score: 0
Wrong Answer
time: 52ms
memory: 1212kb

input:

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

output:

1 394
2 369
3 1382
4 3956
5 3087
6 1277
7 2099
8 526
9 4212
10 2112
11 2941
12 2749
13 4710
14 1535
...

result:

wrong answer Not sorted.

Test #12:

score: 0
Wrong Answer
time: 50ms
memory: 1212kb

input:

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

output:

1 5000
2 5000
3 4999
4 5000
5 4998
6 4999
7 4997
8 5000
9 4996
10 4998
11 4995
12 4999
13 4994
14 49...

result:

wrong answer Not sorted.

Test #13:

score: 5
Accepted
time: 198ms
memory: 1200kb

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 7
4 8
5 9
6 10
7 12
8 13
9 14
10 15
11 16
12 17
13 18
14 19
15 20
16 21
17 22
18 24
19 26
...

result:

ok Correct.

Test #14:

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

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 25
9 26
10 27
11 28
12 29
13 31
14 36
15 37
16 38
17 39
18 43
19 46
20...

result:

wrong answer Too much cost.

Test #15:

score: 0
Wrong Answer
time: 1767ms
memory: 1324kb

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
3 5
4 8
5 9
6 12
7 14
8 15
9 16
10 17
11 18
12 20
13 21
14 25
15 26
16 29
17 32
18 35
19 37
...

result:

wrong answer Too much cost.

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 4
4 5
5 7
6 11
7 12
8 13
9 14
10 16
11 17
12 21
13 22
14 23
15 25
16 30
17 33
18 34
19 35
20 3...

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
4 9
5 10
6 13
7 18
8 22
9 29
10 31
11 32
12 35
13 38
14 39
15 42
16 44
17 45
18 47
19 48
20 ...

result:


Test #18:

score: 0
Wrong Answer
time: 1780ms
memory: 1388kb

input:

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

output:

10001 19234
10002 25772
10003 26947
10004 23179
10005 23975
10006 10412
10007 18642
10008 16259
1000...

result:

wrong answer Too much cost.

Test #19:

score: 0
Time Limit Exceeded

input:

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

output:

1 15809
2 4365
3 14288
4 22815
5 8980
6 2750
7 4752
8 2389
9 33014
10 3915
11 24502
12 23178
13 3316...

result:


Test #20:

score: 0
Time Limit Exceeded

input:

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

output:

1 21855
2 23679
3 22090
4 1148
5 34893
6 6765
7 33852
8 49558
9 33507
10 48539
11 42175
12 3996
13 3...

result: