0_0_27285280_26929.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_27285280_26929.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_27285280_26929.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_27285280_26929.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_27285280_26929.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_27285280_26929.cpp:12:28: error: 'acos' was not declared in this scope
const double pi = acos(-1.0);
^
0_0_27285280_26929.cpp: In function 'void rader(Complex*, int)':
0_0_27285280_26929.cpp:41:33: error: 'swap' was not declared in this scope
if(i < j) swap(F[i],F[j]); // reverse
^
0_0_27285280_26929.cpp: In function 'void FFT(Complex*, int, int)':
0_0_27285280_26929.cpp:57:33: error: 'cos' was not declared in this scope
Complex wn(cos(-t*2*pi/h),sin(-t*2*pi/h)); //单位复根e^(2*PI/m)用欧拉公式展开
^
0_0_27285280_26929.cpp:57:48: error: 'sin' was not declared in this scope
Complex wn(cos(-t*2*pi/h),sin(-t*2*pi/h)); //单位复根e^(2*PI/m)用欧拉公式展开
^
0_0_27285280_26929.cpp:58:23: error: expected ';' before 'p'
for(int j=0;j p[N];
^
0_0_27285280_26929.cpp:58:23: error: 'p' was not declared in this scope
0_0_27285280_26929.cpp:58:27: error: expected ')' before ';' token
for(int j=0;j p[N];
^
0_0_27285280_26929.cpp:63:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_27285280_26929.cpp:167:1: error: expected '}' at end of input
}
^
0_0_27285280_26929.cpp:167:1: error: expected '}' at end of input
|