cf/mirror

Simple Permutation

CF
2089A1700· expert2s256 MB⌨ stdin/stdout

Examples

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