F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_27908335_25753.cpp:2:9: error: 'complex' does not name a type
 typedef complex<double> cd;//复数类的定义
         ^
0_0_27908335_25753.cpp:5:1: error: 'cd' does not name a type
 cd a[maxl],b[maxl];//用于储存变换的中间结果
 ^
0_0_27908335_25753.cpp:6:10: error: variable or field 'fft' declared void
 void fft(cd* a,int n,int dft){//变换主要过程
          ^
0_0_27908335_25753.cpp:6:10: error: 'cd' was not declared in this scope
0_0_27908335_25753.cpp:6:14: error: 'a' was not declared in this scope
 void fft(cd* a,int n,int dft){//变换主要过程
              ^
0_0_27908335_25753.cpp:6:16: error: expected primary-expression before 'int'
 void fft(cd* a,int n,int dft){//变换主要过程
                ^
0_0_27908335_25753.cpp:6:22: error: expected primary-expression before 'int'
 void fft(cd* a,int n,int dft){//变换主要过程
                      ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-23 00:25:21, Gzip enabled