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_31764009_18067.cpp:21:4: error: 'CPoperator' does not name a type
    CPoperator+(const CP&x)const {return (CP){a+x.a,b+x.b};}
    ^
0_0_31764009_18067.cpp:22:4: error: 'CPoperator' does not name a type
    CPoperator-(const CP&x)const {return (CP){a-x.a,b-x.b};}
    ^
0_0_31764009_18067.cpp:23:4: error: 'CPoperator' does not name a type
    CPoperator*(const CP&x)const {return (CP){a*x.a-b*x.b,a*x.b+b*x.a};}
    ^
0_0_31764009_18067.cpp:32:10: error: variable or field 'FFT' declared void
 void FFT(CP*a,int n,int inv){
          ^
0_0_31764009_18067.cpp:32:10: error: 'CP' was not declared in this scope
0_0_31764009_18067.cpp:32:13: error: 'a' was not declared in this scope
 void FFT(CP*a,int n,int inv){
             ^
0_0_31764009_18067.cpp:32:15: error: expected primary-expression before 'int'
 void FFT(CP*a,int n,int inv){
               ^
0_0_31764009_18067.cpp:32:21: error: expected primary-expression before 'int'
 void FFT(CP*a,int n,int inv){
                     ^


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-10-02 00:58:47, Gzip enabled