cf/mirror

Wonderful Randomized Sum

CF
33C1800· expert2s256 MB⌨ stdin/stdout
#greedy

Examples

Sample 1of 3
Input
3
-1 -2 -3
Output
6
Sample 2of 3
Input
5
-4 2 0 5 0
Output
11
Sample 3of 3
Input
5
-1 10 -5 10 -2
Output
18
33C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)