Memory and Crow
712A800· newbie2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
56 -4 8 -2 3
Output
2 4 6 1 3
Sample 2of 2
Input
53 -2 -1 5 6
Output
1 -3 4 11 6
58%
712A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
56 -4 8 -2 3
2 4 6 1 3
53 -2 -1 5 6
1 -3 4 11 6