QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#257398#7749. A Simple MST Problemucup-team2670#WA 462ms165284kbC++201.8kb2023-11-19 03:44:362023-11-19 03:44:37

詳細信息

Test #1:

score: 0
Wrong Answer
time: 462ms
memory: 165284kb

input:

5
1 1
4 5
1 4
1 9
19 810

output:

0
2
3
9
1673

result:

wrong answer 5th lines differ - expected: '1812', found: '1673'