2677: Largest Rectangle in a Histogram
Description
Language:Default
Largest Rectangle in a Histogram
Desc |
Input
Output
Sample Input Copy
7 2 1 4 5 1 3 3
4 1000 1000 1000 1000
0
Sample Output Copy
8
4000