Distances to Zero
803B1200· pupil2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
92 1 0 3 0 0 3 2 4
Output
2 1 0 1 0 0 1 2 3
Sample 2of 3
Input
50 1 2 3 4
Output
0 1 2 3 4
Sample 3of 3
Input
75 6 0 1 -2 3 4
Output
2 1 0 1 2 3 4
58%
803B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)