0_0_23195813_19269.cpp:2:5: error: stray '#' in program
2 #include <iostream>
^
0_0_23195813_19269.cpp:3:5: error: stray '#' in program
3 #include <sstream>
^
0_0_23195813_19269.cpp:4:5: error: stray '#' in program
4 #include <cstdlib>
^
0_0_23195813_19269.cpp:5:5: error: stray '#' in program
5 #include <cstring>
^
0_0_23195813_19269.cpp:6:5: error: stray '#' in program
6 #include <cstdio>
^
0_0_23195813_19269.cpp:7:5: error: stray '#' in program
7 #include <string>
^
0_0_23195813_19269.cpp:8:5: error: stray '#' in program
8 #include <bitset>
^
0_0_23195813_19269.cpp:9:5: error: stray '#' in program
9 #include <vector>
^
0_0_23195813_19269.cpp:10:5: error: stray '#' in program
10 #include <queue>
^
0_0_23195813_19269.cpp:11:5: error: stray '#' in program
11 #include <stack>
^
0_0_23195813_19269.cpp:12:5: error: stray '#' in program
12 #include <cmath>
^
0_0_23195813_19269.cpp:13:5: error: stray '#' in program
13 #include <list>
^
0_0_23195813_19269.cpp:15:5: error: stray '#' in program
15 #include <set>
^
0_0_23195813_19269.cpp:18:5: error: stray '#' in program
18 #define ll long long
^
0_0_23195813_19269.cpp:19:5: error: stray '#' in program
19 #define int64 __int64
^
0_0_23195813_19269.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include <iostream>
^
0_0_23195813_19269.cpp:17:2: error: expected unqualified-id before numeric constant
17 /***************************************/
^
0_0_23195813_19269.cpp:22:2: error: expected unqualified-id before numeric constant
22 const double eps = 1e-8;
^
0_0_23195813_19269.cpp:23:2: error: expected unqualified-id before numeric constant
23 const double PIE=acos(-1.0);
^
0_0_23195813_19269.cpp:24:2: error: expected unqualified-id before numeric constant
24 const int d1x[]= {0,-1,0,1};
^
0_0_23195813_19269.cpp:25:2: error: expected unqualified-id before numeric constant
25 const int d1y[]= {-1,0,1,0};
^
0_0_23195813_19269.cpp:26:2: error: expected unqualified-id before numeric constant
26 const int d2x[]= {0,-1,0,1};
^
0_0_23195813_19269.cpp:27:2: error: expected unqualified-id before numeric constant
27 const int d2y[]= {1,0,-1,0};
^
0_0_23195813_19269.cpp:28:2: error: expected unqualified-id before numeric constant
28 const int fx[]= {-1,-1,-1,0,0,1,1,1};
^
0_0_23195813_19269.cpp:29:2: error: expected unqualified-id before numeric constant
29 const int fy[]= {-1,0,1,-1,1,-1,0,1};
^
0_0_23195813_19269.cpp:30:2: error: expected unqualified-id before numeric constant
30 /***************************************/
^
0_0_23195813_19269.cpp:36:2: error: expected unqualified-id before numeric constant
36 /**********************华丽丽的分割线,以上为模板部分*****************/
^
0_0_23195813_19269.cpp:38:2: error: expected unqualified-id before numeric constant
38 int vis[300][300],cnt[300][300]; //cnt计数
^
0_0_23195813_19269.cpp:39:2: error: expected unqualified-id before numeric constant
39 int maxx,maxy;
^
0_0_23195813_19269.cpp:40:2: error: expected unqualified-id before numeric constant
40 int sum;
^
0_0_23195813_19269.cpp:41:2: error: expected unqualified-id before numeric constant
41 struct node
^
|