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