#Lutece0984. 相邻差的最小值

相邻差的最小值

Migrated from Lutece 984 相邻差的最小值

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

给出一个数列,求其相邻元素的差离00最近的值为多少。注意:相邻元素的差是指右边元素减去左边元素。

Input

有多组测试数据。输入的第一行是整数TT0<T3000<T\le 300),表示测试数据的组数。每一组测试数据只有一行,第一个数是整数nn,表明其后是由nn个实数构成的数列(每个实数最多有两位小数,大小不超过3276732767),每个数后恰有一个空格。该行没有其它多余的符号。2<n10002<n\le 1000

Output

对应每组输入,输出一个距00最近的相邻数差(带两位小数),占一行。该行不能有其它多余的符号。

Samples

1
10 41.67 6334.0 19169.24 11478.58 26962.64 5705.45 23281.27 9961.91 2995.42 4827.36
1831.94

Resources

wxiaoping C语言练习