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_25566394_22549.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_25566394_22549.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_25566394_22549.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_25566394_22549.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_25566394_22549.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_25566394_22549.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_25566394_22549.cpp: In function 'int dcmp(double)':
0_0_25566394_22549.cpp:17:14: error: 'fabs' was not declared in this scope
     if(fabs(x) < eps)    return 0;
              ^
0_0_25566394_22549.cpp: In function 'int ConvexHull()':
0_0_25566394_22549.cpp:48:23: error: expected ';' before numeric constant
     for(int i = 0; i  1 && dcmp(Cross(ch[m-1]-ch[m-2], p[i]-ch[m-2])) < 0)
                       ^
0_0_25566394_22549.cpp:52:19: error: 'i' was not declared in this scope
         ch[m++]=p[i];
                   ^
0_0_25566394_22549.cpp: At global scope:
0_0_25566394_22549.cpp:59:13: error: 'm' was not declared in this scope
     int k = m;
             ^
0_0_25566394_22549.cpp:60:5: error: expected unqualified-id before 'for'
     for(int i = n-2; i >= 0; i--)
     ^
0_0_25566394_22549.cpp:60:22: error: 'i' does not name a type
     for(int i = n-2; i >= 0; i--)
                      ^
0_0_25566394_22549.cpp:60:30: error: 'i' does not name a type
     for(int i = n-2; i >= 0; i--)
                              ^
0_0_25566394_22549.cpp:73:5: error: expected unqualified-id before 'if'
     if(n > 1) m--;
     ^
0_0_25566394_22549.cpp:74:5: error: expected unqualified-id before 'return'
     return m;
     ^
0_0_25566394_22549.cpp:75:1: error: expected declaration before '}' token
 }
 ^


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-09-29 03:25:43, Gzip enabled