1814: 学习小组 - CCF-GESP2025年6月六级C++

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:3

Description

Input

Output

输出共一行,一个整数,表示所有划分方案中,学习小组讨论积极度之和的最大值。

Sample Input Copy

4
1 5 6 3

Sample Output Copy

10

HINT