QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#51262 | #2543. Edges, Colors and MST | ZhaoZiLong | WA | 2ms | 3100kb | C++17 | 1.6kb | 2022-10-01 16:08:35 | 2022-10-01 16:08:36 |
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: 3100kb
input:
4 5 1 2 0 2 3 1 3 4 1 2 4 0 1 3 1
output:
[0, 2] [5, 5] mx = -4, p = 5, c = 5 f = 11 mx = -4 11
result:
wrong output format Expected integer, but "[0," found