cf/mirror

Impressionism

CF
1718E3500· legendary gm2s256 MB⌨ stdin/stdout

Examples

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