There are points placed on a number line at position
Initially, you are at point and want to find the minimum cost to reach each of the points. You are allowed to move only towards +ve x-axis.
Let's say, after certain moves, you are at point and want to make the next move. You are allowed to make a move only of the following two types:
Find the minimum cost to reach each of the points.
Input Format
Output Format
Constraints
2 5 5 3 1 1 4 2 4 1 1 1 1 2 1 3 1 2 2 4 5 6 6 8 5 10 5 7 4 5 3 8 1 1 1 2 2 1 4 1 2 3 4 3 5
Test case 1:
You are initially at point ( ).
The only way to reach point is by using move .
Since, point is next to point so we can perform the move using move of type with the cost of
Also, so we can perform the move using move of type with the cost of
Hence, the minimum cost is
The only way to reach point is by using moves because we can't move directly since, .
We have already found the optimal way to reach point with the minimum cost of above.
Now, to reach from , we again have both types of move possible because point is next to point and also
For move , move of type costs and move of type costs
Hence, the minimum cost is