Nick and Array
1180B1500· specialist1s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
42 2 2 2
Output
-3 -3 -3 -3
Sample 2of 3
Input
10
Output
0
Sample 3of 3
Input
3-3 -3 2
Output
-3 -3 2
58%
1180B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
42 2 2 2
-3 -3 -3 -3
10
0
3-3 -3 2
-3 -3 2