Silly Mistake
1253B1400· specialist1s256 MB⌨ stdin/stdout
Examples
Sample 1of 4
Input
61 7 -7 3 -1 -3
Output
16
Sample 2of 4
Input
81 -1 1 2 -1 -2 3 -3
Output
22 6
Sample 3of 4
Input
62 5 -5 5 -5 -2
Output
-1
Sample 4of 4
Input
3-8 1 1
Output
-1
58%
1253B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)