cf/mirror

Permutation Weight (Easy Version)

CF
1685D12800· international gm1s256 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
3
2
2 1
4
2 3 1 4
5
5 4 3 2 1
Output
1 2
1 3 4 2
1 4 2 3 5
1685D1.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…