cf/mirror

Report

CF
631C1700· expert2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
3 1
1 2 3
2 2
Output
2 1 3
Sample 2of 2
Input
4 2
1 2 4 3
2 3
1 2
Output
2 4 1 3
631C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)