cf/mirror

Students Initiation

CF
847J2400· grandmaster2s256 MB⌨ stdin/stdout

Examples

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