Beautiful Array
1155D1900· candidate master2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
5 -2-3 8 -2 1 -6
Output
22
Sample 2of 3
Input
12 -31 3 3 7 1 3 3 7 1 3 3 7
Output
42
Sample 3of 3
Input
5 10-1 -2 -3 -4 -5
Output
0
58%
1155D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)