cf/mirror

Cubic Lattice

CF
1375I3500· legendary gm4s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
2
1 2 3
1 2 1
Output
1
1 0 0
0 1 0
0 0 1
Sample 2of 3
Input
1
1 2 2
Output
9
2 -2 1
1 2 2
-2 -1 2
Sample 3of 3
Input
1
2 5 5
Output
9
-1 2 2
2 -1 2
2 2 -1
1375I.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)