题目
题目链接
题解高精度。
这个链接里面是关于高精度的一些讲解和例题,学会这些之后高精度你就可以完全掌握了
代码#include
using namespace std;
const int N = 1e6+10;
int a[N], n, cnt = 1;
int main()
{
cin>>n;
a[1] = 1;
for(int i = 1;i
关注
打赏