cf/mirror

Fedya and Array

CF
1793B1100· newbie1s256 MB⌨ stdin/stdout

Examples

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