摘要: ntt版本 #include<bits/stdc++.h> using namespace std; const int p=998244353,G=3,Gi=332748118; const int N=8e6+5; int rev[N],rt[N],Inv[N]; inline void add 阅读全文
posted @ 2025-02-04 17:07 System_Error 阅读(36) 评论(1) 推荐(0)