摘要: 先粘个 $\rm NTT$ 和 $\rm FFT$ 的 [板子](https://www.luogu.com.cn/paste/yst8dup3)。 ```cpp inline void times(LL *f,LL *g,int n,int lim){ int kn=initr(n); NTT(f 阅读全文
posted @ 2023-08-06 11:19 Shui_dream 阅读(31) 评论(0) 推荐(0)