题解 | #记负均正#

记负均正

http://www.nowcoder.com/practice/6abde6ffcc354ea1a8333836bd6876b8

while True:
    try:
        n = int(input())
        s = list(map(int,input().split()))
        k = 0
        k1 = 0
        opt = 0
        for i in s:
            if i > 0:
                k1 += 1
                opt += i
            if i < 0:
                k += 1
        if opt != 0:
            opt = round(float(opt/k1)*10)/10
        if opt == 0:
            opt = 0.0
        print(str(k) + ' ' + str(opt))
    except:
        break
全部评论

相关推荐

过往烟沉:我说什么来着,java就业面就是广!
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
11-26 16:06
已编辑
快手电商 后端 23k-35k
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务