QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#51262#2543. Edges, Colors and MSTZhaoZiLongWA 2ms3100kbC++171.6kb2022-10-01 16:08:352022-10-01 16:08:36

詳細信息

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