cf/mirror

Restoring Table

CF
245D1500· specialist2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
1
-1
Output
0
Sample 2of 3
Input
3
-1 18 0
18 -1 0
0 0 -1
Output
18 18 0
Sample 3of 3
Input
4
-1 128 128 128
128 -1 148 160
128 148 -1 128
128 160 128 -1
Output
128 180 148 160
245D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)