0_0_39631556_29772.cpp:1:4: error: stray '#' in program
1 | 1 #include<iostream>
| ^
0_0_39631556_29772.cpp:2:4: error: stray '#' in program
2 | 2 #include<cstdio>
| ^
0_0_39631556_29772.cpp:3:4: error: stray '#' in program
3 | 3 #include<cmath>
| ^
0_0_39631556_29772.cpp:1:2: error: expected unqualified-id before numeric constant
1 | 1 #include<iostream>
| ^
0_0_39631556_29772.cpp:5:2: error: expected unqualified-id before numeric constant
5 | 5 const double esp=1e-8;
| ^
0_0_39631556_29772.cpp:6:2: error: expected unqualified-id before numeric constant
6 | 6 const int maxn=100+50;
| ^
0_0_39631556_29772.cpp:7:2: error: expected unqualified-id before numeric constant
7 | 7
| ^
0_0_39631556_29772.cpp:9:2: error: expected unqualified-id before numeric constant
9 | 9 struct Point
| ^
0_0_39631556_29772.cpp:12:5: error: 'p' does not name a type
12 | 12 }p[maxn];
| ^
0_0_39631556_29772.cpp:13:1: error: expected unqualified-id before numeric constant
13 | 13
| ^~
0_0_39631556_29772.cpp:18:1: error: expected unqualified-id before numeric constant
18 | 18 bool onEdge(Point q,Point p1,Point p2)
| ^~
0_0_39631556_29772.cpp:27:1: error: expected unqualified-id before numeric constant
27 | 27 bool inPolygon(Point q)
| ^~
0_0_39631556_29772.cpp:65:1: error: expected unqualified-id before numeric constant
65 | 65 int main()
| ^~
|