Mike and code of a permutation
798E3000· legendary gm4s512 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
62 -1 1 5 -1 4
Output
2 6 1 4 5 3
Sample 2of 2
Input
82 -1 4 -1 6 -1 8 -1
Output
1 8 2 7 3 6 4 5
58%
798E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…