QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#201685 | #6559. A Tree and Two Edges | ucup-team2039 | WA | 9ms | 34364kb | C++20 | 6.5kb | 2023-10-05 16:07:26 | 2023-10-05 16:07:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 9ms
memory: 34364kb
input:
4 6 1 2 1 3 1 4 2 3 2 4 1 2 1 3 1 4 2 3 2 4 3 4
output:
3 4 4 4 4 4
result:
wrong answer 2nd lines differ - expected: '3', found: '4'