题解列表

筛选

完数的判断 —c++写法

摘要:#include <iostream>#include<iomanip>using namespace std;int main(){    int n,b[100];    cin>>n;    f……