摘要: Lucas定理 #include<bits/stdc++.h> using namespace std; typedef long long LL; const int N = 1e6+10; int fac[N], inv[N]; LL p, T; LL qmi(LL a, LL b, LL mo 阅读全文
posted @ 2022-03-30 15:22 牛佳文 阅读(34) 评论(0) 推荐(0) 编辑
摘要: lowbit运算 modify:下表不能有0 题目链接:http://oj.daimayuan.top/course/15/problem/636 一个log的树状数组二分 #include<bits/stdc++.h> using namespace std; typedef long long 阅读全文
posted @ 2022-03-30 14:18 牛佳文 阅读(43) 评论(0) 推荐(0) 编辑