cf/mirror

Sum Over Zero

CF
1788E2200· master1s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
5
3 -3 -2 5 -4
Output
4
Sample 2of 3
Input
10
5 -2 -4 -6 2 3 -6 5 3 -2
Output
9
Sample 3of 3
Input
4
-1 -2 -3 -4
Output
0
1788E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…