Two progressions
125D2200· master1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
64 1 2 7 3 10
Output
1 2 34 7 10
Sample 2of 2
Input
51 2 3 -2 -7
Output
1 2 3-2 -7
58%
125D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
64 1 2 7 3 10
1 2 34 7 10
51 2 3 -2 -7
1 2 3-2 -7