Hide
Problem F
Inquiry I
The Bureau for Artificial Problems in Competitions wants you
to solve the following problem: Given
Input
-
A single line containing an integer
. -
Then follow
lines, the th of which contains the integer .
Output
Output the maximal value of the given expression.
Sample Input 1 | Sample Output 1 |
---|---|
5 2 1 4 3 5 |
168 |
Sample Input 2 | Sample Output 2 |
---|---|
2 1 1 |
1 |
Sample Input 3 | Sample Output 3 |
---|---|
10 8 5 10 9 1 4 12 6 3 13 |
10530 |