组合数

1 #include <iostream> 2 3 using namespace std; 4 5 typedef long long LL; 6 const int MAXN=200010; 7 const int MOD=(int)1e9+7; 8 int F[MAXN],Finv[MAXN]
posted @ 2021-12-04 22:20  Hell0er  阅读(35)  评论(0编辑  收藏  举报