cf/mirror

Hot is Cold

CF
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 5
0 1 -2 -1 2
< -2
< -1
< 0
< 1
< 2
Output
0 -1 2 -1 2
1146E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)