题解 | #完全数计算#

完全数计算

http://www.nowcoder.com/practice/7299c12e6abb437c87ad3e712383ff84

定义函数来做更简单明了,但还是要注意变量名的取法

while True:
    try:
        n = int(input())
        out = 0
        def n_sum(a):
            res = 0
            for i in range(1,a):
                if a%i ==0:
                    res+=i
            return res
        for i in range(1,n+1):
            if i==n_sum(i):
                out+=1
        print(out)
    except:break
    
全部评论

相关推荐

10-15 03:05
门头沟学院 Java
CADILLAC_:凯文:我的邮箱是死了吗?
点赞 评论 收藏
分享
喜欢走神的孤勇者练习时长两年半:爱华,信华,等华,黑华
点赞 评论 收藏
分享
美团 后端开发 总包n(15%是股票)
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务