Nastya and an Array
992A800· newbie1s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
51 1 1 1 1
Output
1
Sample 2of 3
Input
32 0 -1
Output
2
Sample 3of 3
Input
45 -6 -5 1
Output
4
58%
992A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
51 1 1 1 1
1
32 0 -1
2
45 -6 -5 1
4