A fence consists of $n$ vertical boards. The width of each board is 1 and their heights may vary.
You want to attach a rectangular advertisement to the fence. What is the maximum area of such an advertisement?
The first input line contains an integer $n$ : the width of the fence.
After this, there are $n$ integers $k_1,k_2,\ldots,k_n$ : the height of each board.
Print one integer: the maximum area of an advertisement.