QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#478010#7991. 最小环ucup-team1005#WA 0ms27392kbC++202.8kb2024-07-14 15:17:242024-07-14 15:17:24

详细

Test #1:

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

input:

4 6
1 2 1
4 3 3
4 1 9
2 4 1
3 1 2
3 2 6

output:

38604

result:

wrong answer 1st lines differ - expected: '7', found: '38604'