Cutting a stick
You have to cut a wood stick into pieces. The most affordable company, The Analog Cutting Machinery, Inc. (ACM), charges money according to the length of the stick being cut. Their procedure of work requires that they only make one cut at a time.
It is easy to notice that different selections in the order of cutting can led to different prices. For example, consider a stick of length meters that has to be cut at and meters from one end. There are several choices. One can be cutting first at , then at , then at . This leads to a price of because the first stick was of meters, the resulting of and the last one of . Another choice could be cutting at , then at , then at . This would lead to a price of , which is a better price.
Your boss trusts your computer abilities to find out the minimum cost for cutting a given stick.
Input
Consist of several cases. The first line of each test case will contain a positive number that represents the length of the stick to be cut. The next line will contain the number of cuts to be made.
The next line consists of positive numbers representing the places where the cuts have to be done, given in strictly increasing order. An input case with will represent the end of the input.
Output
You have to print the cost of the optimal solution of the cutting problem, that is the minimum cost of cutting the given stick. Format the output as shown below.