cf/mirror

Latin Square

CF
1458C2700· international gm2s512 MB⌨ stdin/stdout

Examples

Sample 1of 1
Input
5
3 2
1 2 3
2 3 1
3 1 2
DR
3 2
1 2 3
2 3 1
3 1 2
LU
3 1
1 2 3
2 3 1
3 1 2
I
3 1
1 2 3
2 3 1
3 1 2
C
3 16
1 2 3
2 3 1
3 1 2
LDICRUCILDICRUCI
Output
2 3 1
3 1 2
1 2 3
 
3 1 2
1 2 3
2 3 1
 
1 2 3
3 1 2
2 3 1
 
1 3 2
2 1 3
3 2 1
 
2 3 1
3 1 2
1 2 3
1458C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)