cf/mirror

Distances to Zero

CF
803B1200· pupil2s256 MB⌨ stdin/stdout

Examples

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