QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#59437 | #2543. Edges, Colors and MST | GuanYunchang | WA | 2ms | 9268kb | C++ | 5.3kb | 2022-10-29 16:23:05 | 2022-10-29 16:23:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 9268kb
input:
4 5 1 2 0 2 3 1 3 4 1 2 4 0 1 3 1
output:
jump from 2 to 1 jump from 4 to 1 3 1 4 5 2
result:
wrong output format Expected integer, but "jump" found