题解列表

筛选

【亲和数】 (C++代码)

摘要:参考代码:#include<iostream>#include<cmath>using namespace std;int sum(int x){      int s=1,a=(int)sqrt(x……