#Lutece0986. 跳水打分问题

跳水打分问题

Migrated from Lutece 986 跳水打分问题

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

运动员跳水时,有nn个评委打分,分数为1010分制,且有两位小数。得分规则为:去掉最高分和最低分,求剩下分数的平均值,就是运动员的最终得分。

Input

有多组测试数据。第一行是整数TT,表示测试数据的组数,随后有TT组测试数据。每一组测试数据占一行,分别为整数nnnn个评委的打分,每个数后有一个空格。其中,2<n1002<n\le 100

Output

对应每组输入,输出该运动员的得分,保留22位小数。

Samples

1
8 10.00 9.82 7.87 2.66 3.36 7.43 9.02 6.14
7.27

Resources

wxiaoping C语言练习