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_13469096_23363.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13469096_23363.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13469096_23363.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13469096_23363.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13469096_23363.cpp:9:28: error: 'acos' was not declared in this scope
 const double pi = acos(-1.0);
                            ^
0_0_13469096_23363.cpp: In function 'double dis(const PPoint&, const PPoint&)':
0_0_13469096_23363.cpp:58:25: error: 'sqrt' was not declared in this scope
  return sqrt(dis2(p0,p1));
                         ^
0_0_13469096_23363.cpp: In function 'int convex_hull(PPoint*, int, PPoint*)':
0_0_13469096_23363.cpp:78:53: error: 'printf' was not declared in this scope
   printf("wrong answer ,cause of n smaller than 3\n");
                                                     ^
0_0_13469096_23363.cpp:86:18: error: 'swap' was not declared in this scope
    swap(a[i],a[0]);
                  ^
0_0_13469096_23363.cpp:91:28: error: 'sort' was not declared in this scope
  sort(a,a+n,convex_hull_cmp);//����
                            ^
0_0_13469096_23363.cpp: In function 'int main()':
0_0_13469096_23363.cpp:114:15: error: 'scanf' was not declared in this scope
  scanf("%d",&t);
               ^
0_0_13469096_23363.cpp:138:23: error: 'printf' was not declared in this scope
   printf("%.0lf\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-11-29 15:15:21, Gzip enabled