QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#534581 | #6447. Heaps from Trees | lmq26052003 | WA | 5ms | 20088kb | C++20 | 787b | 2024-08-27 14:10:20 | 2024-08-27 14:10:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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'