QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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