Nikita and Order Statistics
993E2300· international master2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
5 31 2 3 4 5
Output
6 5 4 0 0 0
Sample 2of 3
Input
2 6-5 9
Output
1 2 0
Sample 3of 3
Input
6 99-1 -1 -1 -1 -1 -1
Output
0 6 5 4 3 2 1
58%
993E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)