cf/mirror

Restore Graph

CF
404C1800· expert1s256 MB⌨ stdin/stdout

Examples

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