prog.cpp:3:9: error: ‘complex’ does not name a type
typedef complex<ld> cld;
^
prog.cpp:4:1: error: ‘complex’ does not name a type
complex<ld> a[MAXN], ya[MAXN], yb[MAXN], yt[MAXN], a1[MAXN], a2[MAXN];
^
prog.cpp:7:10: error: variable or field ‘fft’ declared void
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:10: error: ‘complex’ was not declared in this scope
prog.cpp:7:18: error: ‘ld’ was not declared in this scope
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:22: error: ‘a’ was not declared in this scope
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:24: error: expected primary-expression before ‘]’ token
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:27: error: ‘complex’ was not declared in this scope
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:35: error: ‘ld’ was not declared in this scope
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:39: error: ‘y’ was not declared in this scope
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:41: error: expected primary-expression before ‘]’ token
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:44: error: expected primary-expression before ‘int’
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:51: error: expected primary-expression before ‘int’
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:65: error: expected primary-expression before ‘int’
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:76: error: expected primary-expression before ‘int’
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^
prog.cpp:7:87: error: expected primary-expression before ‘int’
void fft(complex<ld> a[], complex<ld> y[], int n, int sign = 1, int p = 0, int s = 1, int q = 0) {
^