摘要:
NTT板子 又重温了一遍,大佬说背锅就好 具体看代码 想要看懂NTT板子,先看懂FFT迭代加深模板; FFT迭代加深版本 #include<iostream> #include<cstdio> #include<cmath> using namespace std; const int N=1e7+ 阅读全文
posted @ 2021-01-11 20:41
Aswert
阅读(99)
评论(0)
推荐(0)
摘要:
由于不会markdown 这里只提供代码和讲解代码,思想可以去别的博客里看 多项式乘法 FFT #include<iostream> #include<cstdio> #include<cmath> using namespace std; const int N = 4e6 + 7; const 阅读全文
posted @ 2021-01-11 19:54
Aswert
阅读(106)
评论(0)
推荐(0)

浙公网安备 33010602011771号