#Lutece0401. Cheapest Cost
Cheapest Cost
Migrated from Lutece 401 Cheapest Cost
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
baihacker chooses the easy mode and is borned in star. The lowest temperature of star is degree and the highest is degree.
The technology of star is so advanced that the relation department can predict the temperature of the coming days. The temperature of each day is independent. When the temperature difference of two consecutive days is larger than , the people will be ill, so the relation department employ company to control the temperature such that no people will be ill for the temperature difference.
The cost of change the temperature degree of a day is . When temperature difference of two consecutive days is , then company have to pay for maintaining his honor.
As the CTO of Y company, you are to calculate the cheapest cost.
Input
The first line of the input is an integer which stands for the number of test cases. Then test cases follow.
The first line of each test case is integers seperated by a space. Then integers seperated by a space in a line to represent the temperatures in the coming days.
constraints:
- is in the range of .
- is in the range of .
- The temperature after adjusted can not be below or higher than .
- is no more than .
Output
For each test case, output the cheapest cost in a single line. The cost is defined as the sum of changing the temperator and maintaining their honor.
Samples
2
1 1 1
1
3 1 10
1 2 3
0
2
Resources
10th SCU Programming Contest Final