QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#216065#7105. Pixel Artucup-team2108WA 271ms16984kbC++142.5kb2023-10-15 15:31:262023-10-15 15:31:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 8164kb

input:

3
2 5 2
1 1 1 2
2 3 2 5
2 5 2
1 1 1 3
2 3 2 5
3 3 3
1 1 1 2
3 1 3 2
1 3 2 3

output:

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

result:

ok 7 lines

Test #2:

score: -100
Wrong Answer
time: 271ms
memory: 16984kb

input:

2130
2 5 2
1 1 1 2
2 3 2 5
2 5 2
1 1 1 3
2 3 2 5
3 3 3
1 1 1 2
3 1 3 2
1 3 2 3
3 100 51
1 2 2 2
1 4 2 4
1 6 2 6
1 8 2 8
1 10 2 10
1 12 2 12
1 14 2 14
1 16 2 16
1 18 2 18
1 20 2 20
1 22 2 22
1 24 2 24
1 26 2 26
1 28 2 28
1 30 2 30
1 32 2 32
1 34 2 34
1 36 2 36
1 38 2 38
1 40 2 40
1 42 2 42
1 44 2 44
...

output:

2 1
5 2
3 1
6 1
3 1
4 1
6 2
50 50
100 50
200 1
R
merge 1 to 0
0 33 0
R
2 33 0
L
merge 3 to 0
0 33 0
R
merge 5 to 0
0 33 0
L
2 33 0
R
merge 7 to 0
0 33 0
L
0 33 0
R
2 33 0
L
merge 9 to 0
0 33 0
R
merge 11 to 0
0 33 0
L
2 33 0
R
merge 13 to 0
0 33 0
L
0 33 0
R
merge 15 to 0
0 33 0
L
0 33 0
R
merge 17 ...

result:

wrong answer 11th lines differ - expected: '50 50', found: 'R'