摘要: A 略 B 被删了,被这个假题搞自闭了,显然没做出来。 C 开始莽了个NTT,后来发现会TLE,其实是个SB前缀和,对于这题,我无**说。 #include<bits/stdc++.h> using namespace std; const int N=1e6+7,mod=998244353; in 阅读全文
posted @ 2019-06-28 18:59 hfctf0210 阅读(310) 评论(1) 推荐(0)