cf/mirror

Beautiful Matrix

CF
1085G2900· international gm4s256 MB⌨ stdin/stdout

Examples

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