HDU-2040 親和數

代碼 #include <iostream> #include <math.h> using namespace std; int factor(int n) { int sum = 1; for(int i=2; i<=(int)sqrt(n); i++) { if(n%i==0) { if(i!=n/i) {
相關文章
相關標籤/搜索