0_0_13468058_11717.cpp:2:5: error: stray '#' in program
2 #include<stdlib.h>
^
0_0_13468058_11717.cpp:3:5: error: stray '#' in program
3 #include<string.h>
^
0_0_13468058_11717.cpp:4:5: error: stray '#' in program
4 #include<algorithm>
^
0_0_13468058_11717.cpp:5:5: error: stray '#' in program
5 #include<set>
^
0_0_13468058_11717.cpp:6:5: error: stray '#' in program
6 #include<iostream>
^
0_0_13468058_11717.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<stdlib.h>
^
0_0_13468058_11717.cpp:8:3: error: expected unqualified-id before numeric constant
8 typedef long long int64;
^
0_0_13468058_11717.cpp:9:3: error: expected unqualified-id before numeric constant
9 const int64 maxn = 701;
^
0_0_13468058_11717.cpp:10:2: error: expected unqualified-id before numeric constant
10 const int64 maxm = 490005;
^
0_0_13468058_11717.cpp:11:2: error: expected unqualified-id before numeric constant
11 const int64 inf = -123456789;
^
0_0_13468058_11717.cpp:12:2: error: expected unqualified-id before numeric constant
12 struct Point64{
^
0_0_13468058_11717.cpp:14:6: error: 'pnt' does not name a type
14 }pnt[ maxn ];
^
0_0_13468058_11717.cpp:15:2: error: expected unqualified-id before numeric constant
15 struct Node{
^
0_0_13468058_11717.cpp:18:6: error: 'tp' does not name a type
18 }tp[ maxm ];
^
0_0_13468058_11717.cpp:19:2: error: expected unqualified-id before numeric constant
19
^
0_0_13468058_11717.cpp:21:2: error: expected unqualified-id before numeric constant
21 //set<int>s;
^
0_0_13468058_11717.cpp:27:2: error: expected unqualified-id before numeric constant
27
^
0_0_13468058_11717.cpp:33:2: error: expected unqualified-id before numeric constant
33
^
|