摘要: #include #include using namespace std; typedef complex cd; const int maxn=1e6; const double pi=acos(-1); cd a[maxn+10],b[maxn+10]; int n,m,l,x,lgl=-1,r[maxn+10]; void fft(cd x[],int d){ for(int i... 阅读全文
posted @ 2017-10-06 18:26 jxcakak 阅读(144) 评论(1) 推荐(1) 编辑