摘要: mod为模数,maxn为最大值 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int mod = 1e9+7; const int maxn = 2e6+5; ll fac[maxn],inv[max 阅读全文
posted @ 2022-03-06 15:35 云憩风霞 阅读(145) 评论(0) 推荐(0)