cf/mirror

Awards For Contestants

CF
873E2300· international master1s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
4
1 2 3 4
Output
3 3 2 1
Sample 2of 2
Input
6
1 4 3 1 1 2
Output
-1 1 2 -1 -1 3
873E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)