关键点 不能重复计算 摘要:n=int(input())def rec(cur,n): global res for x in range(cur,n): if n%x==0 and n//x>=x: …… 题解列表 2023年10月15日 0 点赞 0 评论 409 浏览 评分:7.3