imitater
imitater
全部文章
分类
归档
标签
去牛客网
登录
/
注册
imitater的博客
全部文章
(共1篇)
题解 | 计数
#include <bits/stdc++.h> #include <unistd.h> using namespace std; typedef long long LL; const int N=1.1e6+10,P=1e9+7; LL n,fac[N],ifac[N];...
2026-01-29
0
19