stay


私信TA

用户名:dotcpp0700514

访问量:1185

签 名:

人生苦短,我用python

等  级
排  名 2101
经  验 2451
参赛次数 0
文章发表 7
年  龄 0
在职情况 学生
学  校 贵州电子信息职业技术学院
专  业

  自我简介:

解题思路:

注意事项:  此题需要考虑一行输入和多行输入的情况

参考代码:

list1 = list(map(int,input().rsplit()))
n = list1[0]
list1.pop(0)
while not n <= len(list1):
   list1.extend(map(int, input().rsplit()))
print("%d %.5f" % (sum(list1), (sum(list1) / n)))

 

0.0分

5 人评分

  评论区

  • «
  • »