QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#68591 | #5208. Jumbled Trees | larryzhong | WA | 72ms | 44104kb | C++17 | 2.9kb | 2022-12-17 16:09:25 | 2022-12-17 16:09:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 72ms
memory: 44104kb
input:
3 3 101 1 2 30 2 3 40 3 1 50
output:
6 30 1 2 30 2 3 0 1 2 0 1 3 0 2 3 0 2 3
result:
wrong answer Wrong value of edge 1 (1-based): expected = 40, actual = 60