QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#203960#6619. Line Graph MatchingZhaoZiLongWA 0ms15564kbC++2318.8kb2023-10-06 22:50:552023-10-06 22:50:55

詳細信息

Test #1:

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

input:

5 6
1 2 1
1 3 2
1 4 3
4 3 4
4 5 5
2 5 6

output:

10

result:

wrong answer 1st numbers differ - expected: '21', found: '10'