vedal987


私信TA

用户名:uq_19668889807

访问量:889

签 名:

连985都考不上的飞舞罢了

等  级
排  名 8340
经  验 1237
参赛次数 0
文章发表 10
年  龄 0
在职情况 学生
学  校 广东机电职业技术学校
专  业

  自我简介:

解题思路:

注意事项:此代码可实现所要求的功能但无法通过测试,令人忍俊不禁

参考代码:

n=int(input())
sum=0
for i in range(n):
  k=int(input())
  sum=sum+k
print('%d %.5f'%(sum,(sum/n)))

 

0.0分

3 人评分

  评论区

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)))
2023-12-08 15:08:02
你好,我写出来了你看看我的题解,我待一会就发出来
2023-12-07 10:29:13
我也一样,
2023-11-25 13:13:04
  • «
  • 1
  • »