SP17877 SAWMILL - Two Swamills
Description
There are  old trees planted along a road that goes from the top of a hill to its bottom. Local government decided to cut them down. In order not to waste wood each tree should be transported to a sawmill.
Trees can be transported only in one direction: downwards. There is a sawmill at the lower end of the road. Two additional sawmills can be built along the road. You have to decide where to build them, as to minimize the cost of transportation. The transportation costs one cent per meter, per kilogram of wood.
Input Format
The first line of the input contains one integer  - the number of trees (). The trees are numbered , starting from the top of the hill and going downwards. Each of the following  lines contains two positive integers separated by single space. Line  contains:  - weight (in kilograms) of the -th tree and  - distance (in meters) between trees number  and , , . The last of these numbers, , is the distance from the tree number  to the lower end of the road. It is guaranteed that the total cost of transporting all trees to the sawmill at the end of the road is less than  cents.
Output Format
The first and only line of output should contain one integer: the minimum cost of transportation.