cf/mirror

Playing Around the Table

CF
1646F2900· international gm2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
2
2 1
1 2
Output
1
2 1
Sample 2of 2
Input
3
1 1 1
2 2 2
3 3 3
Output
6
1 2 3
3 1 2
2 3 1
1 2 3
3 1 2
2 3 1
1646F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)