Description
求N个数的平均值。
Input
第一行数字N( 1 <= N <= 100 )。 第二行是以空格间隔的N个实数。
Output
平均值(保留2位小数)
Sample Input
51.5 3 6 9 4
Sample Output
4.70
最初__
相关分类