02 2025 档案

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