Population Size
416D2400· grandmaster1s256 MB⌨ stdin/stdout
Examples
Sample 1of 4
Input
98 6 4 2 1 4 7 10 2
Output
3
Sample 2of 4
Input
9-1 6 -1 2 -1 4 7 -1 2
Output
3
Sample 3of 4
Input
5-1 -1 -1 -1 -1
Output
1
Sample 4of 4
Input
7-1 -1 4 5 1 2 3
Output
2
58%
416D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)