cf/mirror

Memory and Crow

CF
712A800· newbie2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
5
6 -4 8 -2 3
Output
2 4 6 1 3
Sample 2of 2
Input
5
3 -2 -1 5 6
Output
1 -3 4 11 6
712A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)