Awards For Contestants
873E2300· international master1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
41 2 3 4
Output
3 3 2 1
Sample 2of 2
Input
61 4 3 1 1 2
Output
-1 1 2 -1 -1 3
58%
873E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
41 2 3 4
3 3 2 1
61 4 3 1 1 2
-1 1 2 -1 -1 3