QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#506875 | #7415. Fast Spanning Tree | egypt_ioi2024_04 | WA | 0ms | 11808kb | C++20 | 2.9kb | 2024-08-06 00:24:45 | 2024-08-06 00:24:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 11808kb
input:
5 5 1 4 3 4 0 4 5 5 3 1 1 2 5 2 4 3 1 4 1 4
output:
4 1 2 3 4
result:
wrong answer 2nd numbers differ - expected: '2', found: '1'