Help for problem

Revision en1, by _Knyaz_, 2023-09-11 20:04:10

problem in here N is equal to A given an array's length. Your task is to find the maximum partition-array sum that can be achieved after performing the following operation once. Select some sub-array from the array and set all elements in it to 0. find the maximum sum of the sub-array that can be reached.

Tags math, prefix, problem

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English _Knyaz_ 2023-09-11 20:04:10 361 Initial revision (published)