Problem F: 最多获得的短信条数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:53
Solved:22
Description
Input
第二行给出售价表, P1, P2, … Pn , 其中 1 ≤ n ≤ 100 ,
Pi为充值 i 元获得的短信条数。
Output
最多获得的短信条数
Sample Input Copy
6
10 20 30 40 60
Sample Output Copy
70