题解 | #密码强度等级#

记负均正

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

while True:
    try:
        k = input()
        count_f = 0
        input_list = [i for i in map(int,input().split())]
        pos_list = []
        for i in input_list:
            if i < 0 :
                count_f += 1
            elif i > 0:
                pos_list.append(i)
        print('{} {:.1f}'.format(count_f,(sum(pos_list)/len(pos_list))))
    except:
        break
    
全部评论

相关推荐

11-27 17:35
已编辑
蚌埠坦克学院 C++
深信服 后台开发 n×12
点赞 评论 收藏
分享
11-06 10:58
已编辑
门头沟学院 嵌入式工程师
双非25想找富婆不想打工:哦,这该死的伦敦腔,我敢打赌,你简直是个天才,如果我有offer的话,我一定用offer狠狠的打在你的脸上
点赞 评论 收藏
分享
AFBUFYGRFHJLP:直接去美帝试试看全奖phd吧
点赞 评论 收藏
分享
评论
2
收藏
分享
牛客网
牛客企业服务