#5650. 因子求和
因子求和
Description
已知一个正整数N(20 <= N <= 800000000),请你编写程序求出该数的全部因子(不包括1和n)的和。
Input Format
一个正整数n。
Output Format
一个整数代表n的因子和。
24
35
Source
需要找规律的循环
已知一个正整数N(20 <= N <= 800000000),请你编写程序求出该数的全部因子(不包括1和n)的和。
一个正整数n。
一个整数代表n的因子和。
24
35
需要找规律的循环
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.