会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
shellpicker
首页
新随笔
管理
2019年9月29日
【模板】组合数取模
摘要: $N \le 2000, M \le 2000$ 直接利用递推式预处理即可。 代码如下 cpp include using namespace std; const int mod = 1e9 + 7; int main() { ios::sync_with_stdio(false); cin.ti
阅读全文
posted @ 2019-09-29 14:58 shellpicker
阅读(293)
评论(0)
推荐(0)
编辑
公告