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_17312174_2461.cpp: In function 'void add_sub(int, int, int, double)':
0_0_17312174_2461.cpp:31:51: error: 'max' was not declared in this scope
     t[id].subt[rt].mx = max(love,t[id].subt[rt].mx);
                                                   ^
0_0_17312174_2461.cpp: In function 'double sear(int, int, int, int)':
0_0_17312174_2461.cpp:54:69: error: 'max' was not declared in this scope
     else return max(sear(id,rt<<1,ll,mid), sear(id,rt<<1|1,mid+1,rr));
                                                                     ^
0_0_17312174_2461.cpp: In function 'double query(int, int, int, int, int)':
0_0_17312174_2461.cpp:63:75: error: 'max' was not declared in this scope
     else return max(query(id<<1,l,mid,ll,rr), query(id<<1|1,mid+1,r,ll,rr));
                                                                           ^
0_0_17312174_2461.cpp: In function 'int main()':
0_0_17312174_2461.cpp:67:24: error: 'scanf' was not declared in this scope
     while(scanf("%d",&n) && n){
                        ^
0_0_17312174_2461.cpp:85:36: error: 'swap' was not declared in this scope
                 if(h1>h2)swap(h1,h2);//trickŁĄ
                                    ^
0_0_17312174_2461.cpp:86:36: error: 'swap' was not declared in this scope
                 if(y1>y2)swap(y1,y2);
                                    ^
0_0_17312174_2461.cpp:88:45: error: 'printf' was not declared in this scope
                 if(ans == -1.0)printf("-1\n");
                                             ^
0_0_17312174_2461.cpp:89:42: error: 'printf' was not declared in this scope
                 else printf("%.1lf\n",ans);
                                          ^


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-12-05 06:13:35, Gzip enabled