Accumulator Apex
1912A1900· candidate master3s1024 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
1 32 -1 22 -2 32 -3 4
Output
4
Sample 2of 2
Input
1 23 -1 -1 44 1 -3 -4 8
Output
4
58%
1912A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
1 32 -1 22 -2 32 -3 4
4
1 23 -1 -1 44 1 -3 -4 8
4