题解 | #记负均正II#

记负均正II

http://www.nowcoder.com/practice/64f6f222499c4c94b338e588592b6a62

这也不难啊
num_list = []
while 1:
    try:
        a = int(input())
        num_list.append(a)
    except:
        break
count = 0
postive = []
for i in num_list:
    if i < 0:
        count += 1
    elif i > 0:
        postive.append(i)
print(count)
if len(postive) == 0:
    print(0.0)
else:
    print(round(sum(postive)/len(postive) , 1))


全部评论

相关推荐

牛客737698141号:他们可以看到在线简历的。。。估计不合适直接就拒了
点赞 评论 收藏
分享
头像
11-21 11:39
四川大学 Java
是红鸢啊:忘了还没结束,还有字节的5k 违约金
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务