cf/mirror

Decreasing Debts

CF
1266D2000· candidate master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
3 2
1 2 10
2 3 5
Output
2
1 2 5
1 3 5
Sample 2of 4
Input
3 3
1 2 10
2 3 15
3 1 10
Output
1
2 3 5
Sample 3of 4
Input
4 2
1 2 12
3 4 8
Output
2
1 2 12
3 4 8
Sample 4of 4
Input
3 4
2 3 1
2 3 2
2 3 4
2 3 8
Output
1
2 3 15
1266D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…