0_0_31760222_18310.cpp:4:17: error: 'M_PI' was not declared in this scope
const double pi=M_PI;
^
0_0_31760222_18310.cpp: In function 'void FFT(X*, int)':
0_0_31760222_18310.cpp:18:26: error: 'w' was not declared in this scope
for(int j=0;j<L>>1;j++,w=w*wn){
^
|