会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
特立独行的猪猪
首页
新随笔
管理
2020年7月2日
模板(组合数取模、预处理阶乘逆元)
摘要: #include<bits/stdc++.h> typedef long long ll; using namespace std; const int maxn = 2e6+50; ll fac[maxn]; ll inv[maxn]; const int mod = 1e9+7; ll qpow
阅读全文
posted @ 2020-07-02 15:23 特立独行的猪猪
阅读(208)
评论(0)
推荐(0)
编辑