cf/mirror

TCMCF+++

CF
45I1400· specialist2s256 MB⌨ stdin/stdout
#greedy

Examples

Sample 1of 3
Input
5
1 2 -3 3 3
Output
3 1 2 3
Sample 2of 3
Input
13
100 100 100 100 100 100 100 100 100 100 100 100 100
Output
100 100 100 100 100 100 100 100 100 100 100 100 100
Sample 3of 3
Input
4
-2 -2 -2 -2
Output
-2 -2 -2 -2
45I.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)