题目描述 小明家共有n口人,你能编个程序帮他算出全家的平均体重吗?(注意:体重数据可能带有小数) 输入格式 两行 n(n≤10) n个人的体重,空格隔开 输出格式 平均体重 样例 input 3 1 2 3 output 2