摘要: const int maxn=4e5+7; const int mod=1e9+7; const int INF=0x3f3f3f3f; ll fac[maxn];///阶乘 ll inv[maxn];///阶乘逆元 ll quick_pow(ll a,ll b,ll p) { ll ans=1; 阅读全文
posted @ 2020-07-23 13:42 齐芒 阅读(110) 评论(0) 推荐(0)