Array
300A1100· newbie2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
3-1 2 0
Output
1 -11 21 0
Sample 2of 2
Input
4-1 -2 -3 0
Output
1 -12 -3 -21 0
58%
300A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
3-1 2 0
1 -11 21 0
4-1 -2 -3 0
1 -12 -3 -21 0