有点找规律的感觉
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout << pow(2, 10) + 1; //2的10次方加1
return 0;
}
0 回复
0 转发
0 喜欢
2 阅读



