UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#62233#32. Sortwhsstory601096ms1544kbC++967b2019-07-08 22:31:462019-07-08 22:31:48

answer


详细

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

Test #1:

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

input:

5
0 0 0 1 1 

output:

-1 -1

result:

ok Correct.

Test #2:

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

input:

5
716816476 646500411 807499637 544792531 128057616 

output:

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

result:

ok Correct.

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: 5
Accepted
time: 0ms
memory: 1156kb

input:

7
685386610 762888212 32009424 450956771 498508039 313999604 331164353 

output:

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

result:

ok Correct.

Test #5:

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

input:

10
1 1 0 0 0 0 0 1 1 1 

output:

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

result:

ok Correct.

Test #6:

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

input:

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

output:

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

result:

ok Correct.

Test #7:

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

input:

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

output:

1 2
1 3
3 4
2 4
2 5
3 5
3 6
1 6
1 7
2 7
2 8
7 8
7 9
6 9
6 10
8 10
8 11
8 11
8 12
10 12
10 13
5 13
5 ...

result:

ok Correct.

Test #8:

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

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 5
4 6
5 6
5 7
6 7
6 8
7 8
7 9
8 9
8 10
9 10
9 11
10 11
10 12
11 13
11 14
12 16
12 17
13 17...

result:

ok Correct.

Test #9:

score: 5
Accepted
time: 5ms
memory: 1180kb

input:

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

output:

1 2
1 2
1 3
2 4
2 5
5 6
3 7
3 8
3 8
3 9
8 9
8 10
7 10
7 11
4 11
4 12
10 12
10 13
8 13
8 14
13 14
13 ...

result:

ok Correct.

Test #10:

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

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 9
7 10
8 10
8 11
9 11
9 12
10 12
10 13
11 14
11 15
12 15
12 16
13 16
13 17
14 ...

result:

ok Correct.

Test #11:

score: 5
Accepted
time: 4ms
memory: 1192kb

input:

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

output:

1 2
1 3
2 3
2 4
1 4
1 5
5 6
5 7
2 7
2 8
1 8
1 9
7 9
7 10
2 10
2 11
1 11
1 12
4 12
4 13
11 13
11 14
6...

result:

ok Correct.

Test #12:

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

input:

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

output:

2500 2501
2499 2501
2499 2502
2498 2502
2498 2503
2497 2503
2497 2504
2496 2504
2496 2505
2495 2505
...

result:

ok Correct.

Test #13:

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

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 2
1 3
2 4
2 5
3 6
3 7
4 7
4 8
5 8
5 9
6 9
6 10
7 11
7 12
8 12
8 13
9 13
9 14
10 14
10 15
11 15
11 ...

result:

wrong answer Too much cost.

Test #14:

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

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 3
2 4
3 8
3 9
4 12
4 13
5 16
5 17
6 18
6 19
7 20
7 21
8 24
8 25
9 25
9 26
10 26
10 27
11 27
11 28
...

result:

wrong answer Too much cost.

Test #15:

score: 0
Wrong Answer
time: 66ms
memory: 1384kb

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 4
3 5
4 7
4 8
5 8
5 9
6 11
6 12
7 13
7 14
8 14
8 15
9 15
9 16
10 16
10 17
11 17
11 18
12 1...

result:

wrong answer Too much cost.

Test #16:

score: 0
Wrong Answer
time: 117ms
memory: 1468kb

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 6
5 7
6 10
6 11
7 11
7 12
8 12
8 13
9 13
9 14
10 15
10 16
11 16
11 17
12 20
12 21
13 2...

result:

wrong answer Too much cost.

Test #17:

score: 0
Wrong Answer
time: 178ms
memory: 1544kb

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 4
3 5
4 8
4 9
5 9
5 10
6 12
6 13
7 17
7 18
8 21
8 22
9 28
9 29
10 30
10 31
11 31
11 32
12 34
1...

result:

wrong answer Too much cost.

Test #18:

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

input:

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

output:

10001 10002
10001 10002
10001 10003
10002 10003
10002 10004
10003 10004
10003 10005
10006 10007
1000...

result:

wrong answer Too much cost.

Test #19:

score: 0
Wrong Answer
time: 239ms
memory: 1468kb

input:

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

output:

3 4
2 4
2 5
4 7
4 8
5 9
5 10
7 10
7 11
2 11
2 12
12 13
12 14
5 15
5 16
12 16
12 17
4 17
4 18
17 18
1...

result:

wrong answer Too much cost.

Test #20:

score: 0
Wrong Answer
time: 375ms
memory: 1540kb

input:

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

output:

1 2
1 3
3 4
4 5
4 6
3 6
3 7
3 7
3 8
5 8
5 9
2 9
2 10
1 11
1 12
12 13
3 13
3 14
4 14
4 15
14 15
14 16...

result:

wrong answer Too much cost.