Car HDU

来源:互联网 发布:vittorio grigolo 知乎 编辑:程序博客网 时间:2024/05/16 12:16

Ruins is driving a car to participating in a programming contest. As on a very tight schedule, he will drive the car without any slow down, so the speed of the car is non-decrease real number.

Of course, his speeding caught the attention of the traffic police. Police record N positions of Ruins without time mark, the only thing they know is every position is recorded at an integer time point and Ruins started at 0.

Now they want to know the minimum time that Ruins used to pass the last position.
Input
First line contains an integer T, which indicates the number of test cases.

Every test case begins with an integers N, which is the number of the recorded positions.

The second line contains N numbers a1, a2, ⋯⋯, aN, indicating the recorded positions.

Limits
1T100
1N105
0<ai109

原创粉丝点击