练习专区

今天的一小步就是明天的一大步
Problem 2003 正因子之和
Accepted: 0   Total Submit: 0
Time Limit: 1000ms   Memory Limit: 30720KB
Description
输入一个正整数s,s<=1000,求它所有正因子之和。
Input
有多组测试数据,每组一行,每行有1个整数s。
Output
输出s所有正因子之和。
Sample Input
10
19
18
988
Sample Output
18
20
39
1960
Hint
提交     返回