cf/mirror

Nick and Array

CF
1180B1500· specialist1s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
4
2 2 2 2
Output
-3 -3 -3 -3
Sample 2of 3
Input
1
0
Output
0
Sample 3of 3
Input
3
-3 -3 2
Output
-3 -3 2
1180B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)