Problem B
Open-Pit Mining
Open-pit mining is a surface mining technique of extracting rock or minerals from the earth by their removal from an open pit or borrow. Open-pit mines are used when deposits of commercially useful minerals or rocks are found near the surface. Automatic Computer Mining (ACM) is a company that would like to maximize its profits by open-pit mining. ACM has hired you to write a program that will determine the maximum profit it can achieve given the description of a piece of land.
Each piece of land is modelled as a set of blocks of
material. Block
Input
The first line of input is an integer
Then follow
Then a third integer
You may assume that it is possible to dig up every block for
some digging order. The sum of values
Output
Output a single integer giving the maximum profit that ACM can achieve from the given piece of land.
Sample Input 1 | Sample Output 1 |
---|---|
5 0 3 2 2 3 1 3 2 4 5 4 8 1 4 5 3 0 9 2 0 |
2 |