cf/mirror

Non-zero Segments

CF
1426D1500· specialist2s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
4
1 -5 3 2
Output
1
Sample 2of 4
Input
5
4 -2 3 -9 2
Output
0
Sample 3of 4
Input
9
-1 1 -1 1 -1 1 1 -1 -1
Output
6
Sample 4of 4
Input
8
16 -5 -11 -15 10 5 4 -4
Output
3
1426D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)