摘要: 视频链接:G01 快速幂_哔哩哔哩_bilibili Luogu P1226 【模板】快速幂||取余运算 #include <iostream> using namespace std; typedef long long LL; int a,b,p; int qpow(int a,int b,in 阅读全文
posted @ 2022-09-04 20:44 董晓 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 视频链接:A04 高精度算法 除法_哔哩哔哩_bilibili Luogu P1480 A/B Problem #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N=5 阅读全文
posted @ 2022-09-04 17:37 董晓 阅读(568) 评论(0) 推荐(1) 编辑
摘要: 视频链接:A03 高精度算法 乘法_哔哩哔哩_bilibili Luogu P1303 A*B Problem #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N=4 阅读全文
posted @ 2022-09-04 11:03 董晓 阅读(864) 评论(0) 推荐(0) 编辑
摘要: 视频链接:A02 高精度算法 减法_哔哩哔哩_bilibili Luogu P2142 高精度减法 #include <iostream> using namespace std; const int N=20000; int a[N],b[N],c[N]; int la,lb,lc; bool c 阅读全文
posted @ 2022-09-04 09:26 董晓 阅读(478) 评论(1) 推荐(0) 编辑