cf/mirror

Two progressions

CF
125D2200· master1s256 MB⌨ stdin/stdout

Examples

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