摘要: const int Maxn = 1e5 + 5; const LL Mod = 998244353; struct Cantor { int n; int c[Maxn], BIT[Maxn], Bit[Maxn]; LL order, fac[Maxn]; Cantor () { memset 阅读全文
posted @ 2021-02-05 09:41 C2022lihan 阅读(10) 评论(0) 推荐(0) 编辑
摘要: const int Maxn = 1e5 + 5;const LL Mod = 998244353;struct Cantor { ... 阅读全文
posted @ 2021-02-05 09:41 C2022lihan 阅读(29) 评论(0) 推荐(0) 编辑