#D8740. Souvenirs
Souvenirs
Souvenirs
Input
The input is given from standard input in the following format.
$\vdots \ \ \ \ \ \ \ \ \ \ \vdots \ \ \ \ \ \ \ \ \ \ \vdots$
Output
- Print the maximum number of souvenirs they can get.
Constraints
Subtasks
Subtask 1 [ 50 points ]
- The testcase in the subtask satisfies .
Subtask 2 [ 80 points ]
- The testcase in the subtask satisfies .
Subtask 3 [ 120 points ]
- The testcase in the subtask satisfies .
Subtask 4 [ 150 points ]
- The testcase in the subtask satisfies .
Subtask 5 [ 200 points ]
- There are no additional constraints.
Output
- Print the maximum number of souvenirs they can get.
Constraints
Subtasks
Subtask 1 [ 50 points ]
- The testcase in the subtask satisfies .
Subtask 2 [ 80 points ]
- The testcase in the subtask satisfies .
Subtask 3 [ 120 points ]
- The testcase in the subtask satisfies .
Subtask 4 [ 150 points ]
- The testcase in the subtask satisfies .
Subtask 5 [ 200 points ]
- There are no additional constraints.
Input
The input is given from standard input in the following format.
$\vdots \ \ \ \ \ \ \ \ \ \ \vdots \ \ \ \ \ \ \ \ \ \ \vdots$
Examples
Input
3 3 1 0 5 2 2 3 4 2 4
Output
21
Input
6 6 1 2 3 4 5 6 8 6 9 1 2 0 3 1 4 1 5 9 2 6 5 3 5 8 1 4 1 4 2 1 2 7 1 8 2 8
Output
97
inputFormat
Input
The input is given from standard input in the following format.
$\vdots \ \ \ \ \ \ \ \ \ \ \vdots \ \ \ \ \ \ \ \ \ \ \vdots$
outputFormat
Output
- Print the maximum number of souvenirs they can get.
Constraints
Subtasks
Subtask 1 [ 50 points ]
- The testcase in the subtask satisfies .
Subtask 2 [ 80 points ]
- The testcase in the subtask satisfies .
Subtask 3 [ 120 points ]
- The testcase in the subtask satisfies .
Subtask 4 [ 150 points ]
- The testcase in the subtask satisfies .
Subtask 5 [ 200 points ]
- There are no additional constraints.
Output
- Print the maximum number of souvenirs they can get.
Constraints
Subtasks
Subtask 1 [ 50 points ]
- The testcase in the subtask satisfies .
Subtask 2 [ 80 points ]
- The testcase in the subtask satisfies .
Subtask 3 [ 120 points ]
- The testcase in the subtask satisfies .
Subtask 4 [ 150 points ]
- The testcase in the subtask satisfies .
Subtask 5 [ 200 points ]
- There are no additional constraints.
Input
The input is given from standard input in the following format.
$\vdots \ \ \ \ \ \ \ \ \ \ \vdots \ \ \ \ \ \ \ \ \ \ \vdots$
Examples
Input
3 3 1 0 5 2 2 3 4 2 4
Output
21
Input
6 6 1 2 3 4 5 6 8 6 9 1 2 0 3 1 4 1 5 9 2 6 5 3 5 8 1 4 1 4 2 1 2 7 1 8 2 8
Output
97
样例
6 6
1 2 3 4 5 6
8 6 9 1 2 0
3 1 4 1 5 9
2 6 5 3 5 8
1 4 1 4 2 1
2 7 1 8 2 8
97