cf/mirror

Array

CF
300A1100· newbie2s256 MB⌨ stdin/stdout

Examples

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