QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#877153 | #8987. Colorful Trees | MaMengQi | WA | 0ms | 12632kb | C++23 | 1.2kb | 2025-01-31 20:00:54 | 2025-01-31 20:00:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 12632kb
input:
6 3 1 2 1 2 2 2 6 4 5 1 4 3 4 1 2
output:
2 2 3 2 3
result:
ok 5 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 11848kb
input:
4 2 2 2 2 3 4 2 4 1 2
output:
3 3 0
result:
wrong answer 2nd lines differ - expected: '4', found: '3'