Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

Problem hidden

VTV1001 - The largest weight contiguous subsequence

no tags 

Tìm chuỗi con có trọng số lớn nhất của một dãy số cho trước
- Cho một dãy số
s = <a1, ..., an>
- Một chuỗi con sẽ là s(i,j) = <ai, ..., aj>, 1ijn
- Trọng số được tính theo công thức:


- Vấn đề: tìm chuỗi con có trọng số lớn nhất

Input

Dòng đầu tiên là số nguyên dương n, n 0≤n≤200

Dòng thứ 2 là n số nguyên, các số cách nhau bằng một khoảng cách

Output

Trọng số lớn nhất cần tìm

Example

Input:
6
-2 11 -4 13 -5 2 Output
20

Added by:Vũ Thị Vân
Date:2018-12-10
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All