QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#344246#2543. Edges, Colors and MSTParsaGolestaniWA 0ms11460kbC++202.6kb2024-03-03 20:30:082024-03-03 20:30:08

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 11460kb

input:

4 5
1 2 0
2 3 1
3 4 1
2 4 0
1 3 1

output:

4

result:

wrong answer 1st numbers differ - expected: '3', found: '4'