QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#534581#6447. Heaps from Treeslmq26052003WA 5ms20088kbC++20787b2024-08-27 14:10:202024-08-27 14:10:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 5ms
memory: 20036kb

input:

5
3 0
3 1
3 2
3 3
3 4

output:

1

result:

ok single line: '1'

Test #2:

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

input:

5
4 0
3 1
2 2
1 3
0 4

output:

5

result:

ok single line: '5'

Test #3:

score: 0
Accepted
time: 2ms
memory: 20088kb

input:

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

output:

5

result:

ok single line: '5'

Test #4:

score: -100
Wrong Answer
time: 4ms
memory: 19976kb

input:

11
7 0
8 1
5 1
5 2
4 2
3 2
6 3
6 3
10 4
9 4
11 4

output:

5

result:

wrong answer 1st lines differ - expected: '7', found: '5'