cf/mirror

Edgy Trees

CF
1139C1500· specialist2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
4 4
1 2 1
2 3 1
3 4 1
Output
252
Sample 2of 3
Input
4 6
1 2 0
1 3 0
1 4 0
Output
0
Sample 3of 3
Input
3 5
1 2 1
2 3 0
Output
210
1139C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…