728x90
반응형

단순 수학 문제이다.

l = int(input())
li = [i for i in range(1, l+1) if l%i == 0]
print(sum(li))
728x90
반응형

+ Recent posts