Differential Sorting
1635C1200· pupil2s256 MB⌨ stdin/stdout
Examples
Sample 1of 1
Input
355 -4 2 -1 234 3 23-3 -2 -1
Output
21 2 33 4 5-10
58%
1635C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
355 -4 2 -1 234 3 23-3 -2 -1
21 2 33 4 5-10