cf/mirror

Almost All

CF
1205D2700· international gm1s256 MB⌨ stdin/stdout

Examples

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