摘要:
视频链接:https://www.bilibili.com/video/BV16R4y1X7Fg/ #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 10010 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1Jd4y127oY/ Luogu P3807 【模板】卢卡斯定理/Lucas 定理 #include <iostream> using namespace std; typedef long long LL; const 阅读全文
摘要:
视频链接:G26 求组合数 快速幂_哔哩哔哩_bilibili #include <iostream> using namespace std; typedef long long LL; const int N=100010,P=1e9+7; int q,n,m; LL f[N],g[N]; LL 阅读全文