随笔分类 -  高精度

摘要:\(f_i = f_{i - 1} + f_{i - 3}\) #include <iostream> #include <cstdio> #include <cstring> using namespace std; const int N = 500; struct INT { int a[N] 阅读全文
posted @ 2021-09-24 18:14 Acestar 阅读(82) 评论(0) 推荐(0)
摘要:目前缺少高精减低精 #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int N = 1e5; struct INT { int a[N]; 阅读全文
posted @ 2021-07-22 21:50 Acestar 阅读(83) 评论(0) 推荐(0)