cf/mirror

Array Shuffling

CF
1672F12000· candidate master1s256 MB⌨ stdin/stdout

Examples

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