QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#257888#7804. Intersegment ActivationwaifuSenpai#WA 1ms3872kbC++201.6kb2023-11-19 13:37:422023-11-19 13:37:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3516kb

input:

3
0
0
0
1
0
0
0
0
0
1
1
2
3

output:

1 1
1 2
1 1
1 3
1 1
1 2
1 1
1 2
1 3
2 2
2 3
2 2

result:

ok OK, 12 queries

Test #2:

score: 0
Accepted
time: 1ms
memory: 3624kb

input:

1
0
1

output:

1 1

result:

ok OK, 1 queries

Test #3:

score: 0
Accepted
time: 1ms
memory: 3620kb

input:

2
1
2

output:

1 1

result:

ok OK, 1 queries

Test #4:

score: 0
Accepted
time: 1ms
memory: 3872kb

input:

2
0
0
1
0
1
2

output:

1 1
1 2
1 1
1 1
2 2

result:

ok OK, 5 queries

Test #5:

score: 0
Accepted
time: 1ms
memory: 3624kb

input:

2
0
1
0
0
0
1
2

output:

1 1
1 2
1 1
1 1
1 2
2 2

result:

ok OK, 6 queries

Test #6:

score: 0
Accepted
time: 1ms
memory: 3560kb

input:

2
0
0
1
2

output:

1 1
1 2
1 1

result:

ok OK, 3 queries

Test #7:

score: 0
Accepted
time: 1ms
memory: 3624kb

input:

3
0
0
0
0
2
3

output:

1 1
1 2
1 1
1 3
1 1
1 2

result:

ok OK, 5 queries

Test #8:

score: 0
Accepted
time: 1ms
memory: 3856kb

input:

3
0
0
0
0
0
1
0
0
0
1
1
2
1
2
3

output:

1 1
1 2
1 1
1 3
1 1
1 2
1 1
1 1
1 2
2 2
2 3
2 2
2 2
3 3

result:

ok OK, 14 queries

Test #9:

score: 0
Accepted
time: 0ms
memory: 3616kb

input:

3
0
1
0
0
0
0
0
0
0
1
2
3

output:

1 1
1 2
1 1
1 3
1 1
1 2
1 1
1 1
1 3
2 2
3 3

result:

ok OK, 11 queries

Test #10:

score: 0
Accepted
time: 0ms
memory: 3596kb

input:

3
0
0
0
0
1
1
2
3

output:

1 1
1 2
1 1
1 3
1 1
1 2
1 1

result:

ok OK, 7 queries

Test #11:

score: -100
Wrong Answer
time: 1ms
memory: 3560kb

input:

4
0
0
0
0
0
0
0
0
0
1
0
0
0
0
0
0
0
1
1
1
2
1
1
1
1
1
2
2
2
2

output:

1 1
1 2
1 1
1 3
1 1
1 2
1 1
1 4
1 1
1 2
1 1
1 3
1 1
1 2
1 1
1 1
1 3
2 2
2 3
2 2
2 4
2 2
2 3
2 2
2 3
2 4
3 3
4 4
4 4

result:

wrong answer format  Unexpected end of file - int32 expected