cf/mirror

Column Swapping

CF
1684C1400· specialist1s256 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
5
2 3
1 2 3
1 1 1
2 2
4 1
2 3
2 2
2 1
1 1
2 3
6 2 1
5 4 3
2 1
1
2
Output
1 1
-1
1 2
1 3
1 1
1684C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)