QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#56398#2065. Cyclic DistanceflowerWA 5ms8268kbC++202.4kb2022-10-19 10:20:322022-10-19 10:20:33

详细

Test #1:

score: 0
Wrong Answer
time: 5ms
memory: 8268kb

input:

1
5 3
1 2 4
1 3 1
1 4 8
4 5 9

output:

0

result:

wrong answer 1st lines differ - expected: '44', found: '0'