cf/mirror

Differential Sorting

CF
1635C1200· pupil2s256 MB⌨ stdin/stdout

Examples

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