QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#283073 | #6559. A Tree and Two Edges | GuanYunchang | WA | 1ms | 4648kb | C++20 | 1.3kb | 2023-12-13 19:38:08 | 2023-12-13 19:38:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 4648kb
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 3 3 3 3 4
result:
ok 6 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 4648kb
input:
6 4 1 2 1 3 1 6 2 3 3 4 3 5 4 5 1 2 1 3 1 4 1 6
output:
2 4 4 1
result:
wrong answer 2nd lines differ - expected: '2', found: '4'