题解列表

筛选

汽水瓶 (C++代码)

摘要:#include using namespace std; int sum = 0,m=0; int pz(int n) { if (n / 3 == 0) { if (n =……