可以看看为啥通过0不呢: def cal(x): if x == 1: return 0 temp = x i = 2 divisors = [] while True: if i > x//i: break while temp % i == 0: divisors.append(i) temp = temp // i i += 1 if temp > 1: divisors.append(temp) return sum(divisors)-1 n = int(input()) a = [int(x) for x in input().split()] a = [cal(x) for x in a] print(sum(a))
点赞 1

相关推荐

专心打鱼:互联网搬运工,贴子都要偷
点赞 评论 收藏
分享
头像
11-18 16:08
福州大学 Java
影流之主:干10年不被裁,我就能拿别人一年的钱了,日子有盼头了
点赞 评论 收藏
分享
牛客网
牛客企业服务