cf/mirror

Traveling Graph

CF
21D2400· grandmaster0.5s64 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
3 3
1 2 1
2 3 1
3 1 1
Output
3
Sample 2of 2
Input
3 2
1 2 3
2 3 4
Output
14
21D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…