QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#549251#2065. Cyclic DistanceZ_301ML 0ms23864kbC++175.8kb2024-09-06 13:24:322024-09-06 13:24:32

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 23864kb

input:

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

output:

44

result:

ok single line: '44'

Test #2:

score: -100
Memory Limit Exceeded

input:

57206
3 2
1 2 574927
2 3 406566
2 2
1 2 308806
4 3
1 2 312588
2 3 500141
2 4 53602
3 3
1 2 797183
2 3 944061
5 3
1 2 624010
2 3 488613
3 4 734514
4 5 497493
5 4
1 2 540278
2 3 488655
2 4 228989
2 5 653896
2 2
1 2 569117
4 2
1 2 821764
2 3 499471
1 4 549060
2 2
1 2 991159
2 2
1 2 482941
5 4
1 2 30462...

output:


result: