题解列表

筛选

Tom数-题解(C++代码)

摘要:解题思路:注意事项:看到2^32就用long long吧参考代码:#include<iostream>using namespace std;int main(){    int sum,a;    ……