Non-zero Segments
1426D1500· specialist2s256 MB⌨ stdin/stdout
Examples
Sample 1of 4
Input
41 -5 3 2
Output
1
Sample 2of 4
Input
54 -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
816 -5 -11 -15 10 5 4 -4
Output
3
58%
1426D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)