摘要: NTT固定模数 点击查看代码 #include <iostream> #include <vector> #include <algorithm> using namespace std; const int MOD = 998244353; const int G = 3; // 原根 // 快速 阅读全文
posted @ 2025-03-17 23:44 miao-jc 阅读(34) 评论(0) 推荐(0)