QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#534576 | #6447. Heaps from Trees | lmq26052003 | WA | 0ms | 18484kb | C++20 | 823b | 2024-08-27 14:06:48 | 2024-08-27 14:06:48 |
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: 0ms
memory: 17996kb
input:
5 3 0 3 1 3 2 3 3 3 4
output:
1
result:
ok single line: '1'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 18484kb
input:
5 4 0 3 1 2 2 1 3 0 4
output:
1
result:
wrong answer 1st lines differ - expected: '5', found: '1'