Stripe
18C1200· pupil2s64 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
91 5 -6 7 9 -16 0 -2 2
Output
3
Sample 2of 3
Input
31 1 1
Output
0
Sample 3of 3
Input
20 0
Output
1
58%
18C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
91 5 -6 7 9 -16 0 -2 2
3
31 1 1
0
20 0
1