Description求N个数的平均值。Input第一行数字N( 1 <= N <= 100 )。 第二行是以空格间隔的N个实数。 Output平均值(保留2位小数)Sample Input51.5 3 6 9 4Sample Output4.70 查看完整描述