cf/mirror

Median Deletion

CF
2211H3500· legendary gm2s256 MB⌨ stdin/stdout

Examples

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