Basketball Exercise

TimeLimit:2000MS  MemoryLimit:256MB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description

Finally, a basketball court has been opened in SIS, so Demid has decided to hold a basketball exercise session. 2*n students have come to Demid's exercise session, and he lined up them into two rows of the same size (there are exactly n people in each row). Students are numbered from 1 to n in each row in order from left to right.

Now Demid wants to choose a team to play basketball. He will choose players from left to right, and the index of each chosen player (excluding the first one taken) will be strictly greater than the index of the previously chosen player. To avoid giving preference to one of the rows, Demid chooses students in such a way that no consecutive chosen students belong to the same row. The first student can be chosen among all 2n students (there are no additional constraints), and a team can consist of any number of students.

Demid thinks, that in order to compose a perfect team, he should choose students in such a way, that the total height of all chosen students is maximum possible. Help Demid to find the maximum possible total height of players in a team he can choose.

Input

The first line of the input contains a single integer n (1 ≤ n ≤ 10^5) — the number of students in each row.

The second line of the input contains n integers h_{1, 1}, h_{1, 2}, ..., h_{1, n} (1 ≤ h_{1, i} ≤ 10^9), where h_{1, i} is the height of the i-th student in the first row.

The third line of the input contains n integers h_{2, 1}, h_{2, 2}, ..., h_{2, n} (1 ≤ h_{2, i} ≤ 10^9), where h_{2, i} is the height of the i-th student in the second row.

Output

Print a single integer — the maximum possible total height of players in a team Demid can choose.

SampleInput 1
5
9 3 5 7 3
5 8 1 4 5
SampleOutput 1
29
SampleInput 2
3
1 2 9
10 1 1
SampleOutput 2
19
SampleInput 3
1
7
4
SampleOutput 3
7
Note

In the first example Demid can choose the following team as follows:

In the second example Demid can choose the following team as follows:

Submit
题目统计信息详细
总AC数14
通过人数13
尝试人数14
总提交量22
AC率59.09%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: