cf/mirror

Road Construction

CF
1252L2300· international master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
4 5
2 2 1 2
3 2 2 3
4 2 3 4
2 2 4 5
1 2 3 4 5
Output
1 2
2 3
3 4
0 0
4 2
Sample 2of 2
Input
4 5
2 2 10 20
3 2 2 3
4 2 3 4
2 2 4 5
1 2 3 4 5
Output
-1
1252L.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…