题解列表

筛选

c++判断素数

摘要:#include<iostream>#include<iomanip>using namespace std;class acm { public: void sushu(int a,int b) {……