cf/mirror

Maximum Distance

CF
1081D1800· expert1s256 MB⌨ stdin/stdout

Examples

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