Sum Balance
1242C2400· grandmaster1s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
43 1 7 42 3 22 8 51 10
Output
Yes7 22 35 110 4
Sample 2of 3
Input
22 3 -22 -1 5
Output
No
Sample 3of 3
Input
22 -10 102 0 -20
Output
Yes-10 2-20 1
58%
1242C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…