摘要:
inline int qmod(int& x) { return x < mod ? x : x -= mod; } template<const int mod = 998244353> struct FWT{ const int inv2 = ksm(2, mod - 2); int l; vo 阅读全文
posted @ 2021-08-04 18:57
wlhp
阅读(69)
评论(0)
推荐(0)
摘要:
https://vjudge.net/problem/%E9%BB%91%E6%9A%97%E7%88%86%E7%82%B8-4589 FWT模板题 struct FWT{ const int inv2 = ksm(2, mod - 2); int l; void init(int n) { l 阅读全文
posted @ 2021-08-04 15:04
wlhp
阅读(32)
评论(0)
推荐(0)

浙公网安备 33010602011771号