Tambourine has prepared a fitness program so that she can become more fit! The program is made of sessions. During the -th session, Tambourine will exercise for minutes. The number of minutes she exercises in each session are strictly increasing.
The difficulty of her fitness program is equal to the maximum difference in the number of minutes between any two consecutive training sessions.
To make her program less difficult, Tambourine has decided to add up to additional training sessions to her fitness program. She can add these sessions anywhere in her fitness program, and exercise any positive integer number of minutes in each of them. After the additional training session are added, the number of minutes she exercises in each session must still be strictly increasing. What is the minimum difficulty possible?
输入格式
The first line of the input gives the number of test cases, . test cases follow. Each test case begins with a line containing the two integers and . The second line contains integers, the -th of these is , the number of minutes she will exercise in the -th session.
输出格式
For each test case, output one line containing Case #x: y, where is the test case number (starting from 1) and is the minimum difficulty possible after up to additional training sessions are added.