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_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


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-26 12:35:24, Gzip enabled