cf/mirror

Mike and code of a permutation

CF
798E3000· legendary gm4s512 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
6
2 -1 1 5 -1 4
Output
2 6 1 4 5 3
Sample 2of 2
Input
8
2 -1 4 -1 6 -1 8 -1
Output
1 8 2 7 3 6 4 5
798E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…