像鱼666


私信TA

用户名:dotcpp0705695

访问量:1735

签 名:

等  级
排  名 1080
经  验 3242
参赛次数 0
文章发表 39
年  龄 0
在职情况 学生
学  校 江南大学
专  业

  自我简介:

解题思路:

注意事项:可能存在一行输入多个数的情况

参考代码:

list1 = list(map(int,input().split()))

n=list1[0]

list1.pop(0)

while len(list1)<n:

    list1.extend(map(int,input().split()))

print('%d %.5f'%(sum(list1),sum(list1)/n))


 

0.0分

0 人评分

  评论区

  • «
  • »