cf/mirror

Queue

CF
91B1500· specialist2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
6
10 8 5 3 50 45
Output
2 1 0 -1 0 -1
Sample 2of 3
Input
7
10 4 6 3 2 8 15
Output
4 2 1 0 -1 -1 -1
Sample 3of 3
Input
5
10 3 1 10 11
Output
1 0 -1 -1 -1
91B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)