Hot is Cold
1146E2400· grandmaster1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
11 3-5 -4 -3 -2 -1 0 1 2 3 4 5> 2> -4< 5
Output
5 4 -3 -2 -1 0 1 2 -3 4 5
Sample 2of 2
Input
5 50 1 -2 -1 2< -2< -1< 0< 1< 2
Output
0 -1 2 -1 2
58%
1146E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)