13033: 评分程序
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:0
Description
编写一个评分程序,接受评委输入某选手的10个得分(0~10分),然后去掉一个最高分和一个最低分,求出该选择的最后得分(平均分)
Input
共一行,10个评委给的得分。
Output
去掉一个最高分和一个最低分,输出最后得分。
Sample Input Copy
9.5 9.2 9.8 9.3 9.4 9.9 9.1 9.2 9.0 9.6
Sample Output Copy
9.4