摘要: 模板 数学 乘法逆元 递推求乘法逆元 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef double db; const int N=3000010; ll inv[N],n,p; int main() { 阅读全文
posted @ 2022-07-30 15:20 RVG 阅读(25) 评论(0) 推荐(0)