0_0_13806021_6100.cpp:2:5: error: stray '#' in program
2 #include<string.h>
^
0_0_13806021_6100.cpp:3:5: error: stray '#' in program
3 #include<stdlib.h>
^
0_0_13806021_6100.cpp:4:5: error: stray '#' in program
4 #include<math.h>
^
0_0_13806021_6100.cpp:5:5: error: stray '#' in program
5 #include<algorithm>
^
0_0_13806021_6100.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<string.h>
^
0_0_13806021_6100.cpp:7:3: error: expected unqualified-id before numeric constant
7 const int maxisn = 21;
^
0_0_13806021_6100.cpp:8:3: error: expected unqualified-id before numeric constant
8 const double eps = 1e-8;
^
0_0_13806021_6100.cpp:9:3: error: expected unqualified-id before numeric constant
9 const double pi = acos(-1.0);
^
0_0_13806021_6100.cpp:10:2: error: expected unqualified-id before numeric constant
10 int dcmp(double x)
^
0_0_13806021_6100.cpp:15:2: error: expected unqualified-id before numeric constant
15 struct Point
^
|