cf/mirror

Likes

CF
1802A800· newbie1s256 MB⌨ stdin/stdout

Examples

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