cf/mirror

Array Without Local Maximums

CF
1067A1900· candidate master2s512 MB⌨ stdin/stdout
#dp

Examples

Sample 1of 2
Input
3
1 -1 2
Output
1
Sample 2of 2
Input
2
-1 -1
Output
200
1067A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)