摘要:
视频链接:G01 快速幂_哔哩哔哩_bilibili Luogu P1226 【模板】快速幂||取余运算 #include <iostream> using namespace std; typedef long long LL; int a,b,p; int qpow(int a,int b,in 阅读全文
摘要:
视频链接:A04 高精度算法 除法_哔哩哔哩_bilibili Luogu P1480 A/B Problem #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N=5 阅读全文
摘要:
视频链接:A03 高精度算法 乘法_哔哩哔哩_bilibili Luogu P1303 A*B Problem #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N=4 阅读全文
摘要:
视频链接: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 阅读全文