Attribute Checks
2025D1800· expert2.5s512 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
10 50 1 0 2 0 -3 0 -4 0 -5
Output
3
Sample 2of 3
Input
3 11 -1 0
Output
0
Sample 3of 3
Input
9 30 0 1 0 2 -3 -2 -2 1
Output
4
58%
2025D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)