Sum Over Zero
1788E2200· master1s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
53 -3 -2 5 -4
Output
4
Sample 2of 3
Input
105 -2 -4 -6 2 3 -6 5 3 -2
Output
9
Sample 3of 3
Input
4-1 -2 -3 -4
Output
0
58%
1788E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…