UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#2115#32. Sortcodechen541ms1644kbC++707b2018-09-08 11:55:172018-09-08 13:25:49

answer


Details

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

Test #1:

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

input:

5
0 0 0 1 1 

output:

-1 -1

result:

ok Correct.

Test #2:

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

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

-1 -1

result:

wrong answer Not sorted.

Test #3:

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

input:

7
0 0 1 0 0 0 0 

output:

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

result:

wrong answer Not sorted.

Test #4:

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

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

input:

10
1 1 0 0 0 0 0 1 1 1 

output:

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

result:

wrong answer Invalid interval.

Test #6:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #7:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #8:

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

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 4
13 6
15 7
16 8
19 9
23 10
26 11
27 12
29 14
33 17
34 18
40 20
41 21
43 22
44 24
47 25
48 28
...

result:

wrong answer Invalid interval.

Test #9:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #10:

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

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
8 4
9 5
14 6
18 7
19 10
20 11
21 12
23 13
24 15
26 16
27 17
28 22
31 25
32 29
35 30
39 33
40 34
...

result:

wrong answer Invalid interval.

Test #11:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #12:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #13:

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

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
4 7
6 8
11 9
23 10
25 12
28 13
29 14
30 15
32 16
34 17
35 18
37 19
38 20
40 21
44 22
46 24
4...

result:

wrong answer Invalid interval.

Test #14:

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

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
5 13
6 17
7 19
8 21
10 25
11 26
12 27
14 28
15 29
16 31
18 36
20 37
22 38
23 39
24 43
30 46
...

result:

wrong answer Invalid interval.

Test #15:

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

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

result:

wrong answer Invalid interval.

Test #16:

score: 0
Wrong Answer
time: 11ms
memory: 1592kb

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
6 4
8 5
9 7
10 11
15 12
18 13
19 14
20 16
24 17
26 21
27 22
28 23
29 25
31 30
32 33
36 34
38 35
...

result:

wrong answer Invalid interval.

Test #17:

score: 0
Wrong Answer
time: 14ms
memory: 1644kb

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

result:

wrong answer Invalid interval.

Test #18:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #19:

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

input:

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

output:

-1 -1

result:

wrong answer Not sorted.

Test #20:

score: 0
Wrong Answer
time: 5ms
memory: 1584kb

input:

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

output:

-1 -1

result:

wrong answer Not sorted.