QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#386811 | #6790. Binary Tree Restoring | ucup-team1005# | WA | 1ms | 5700kb | C++20 | 1.9kb | 2024-04-11 20:23:04 | 2024-04-11 20:23:08 |
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: 0
Wrong Answer
time: 1ms
memory: 5700kb
input:
2 6 3 4 2 5 1 6 3 4 5 2 1 6 3 1 2 3 1 2 3
output:
3 4 0 3 4 1 0 1 2
result:
wrong output format Expected EOLN