cf/mirror

Financiers Game

CF
729F2500· grandmaster2s512 MB⌨ stdin/stdout
#dp

Examples

Sample 1of 3
Input
3
1 3 1
Output
4
Sample 2of 3
Input
5
-1 -2 -1 -2 -1
Output
0
Sample 3of 3
Input
4
-4 -2 4 5
Output
-13
729F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)