0_0_25077245_30719.cpp:2:4: error: stray '#' in program
2 #include<cstdio>
^
0_0_25077245_30719.cpp:3:4: error: stray '#' in program
3 #include<cstring>
^
0_0_25077245_30719.cpp:4:4: error: stray '#' in program
4 #include<algorithm>
^
0_0_25077245_30719.cpp:5:4: error: stray '#' in program
5 #include<vector>
^
0_0_25077245_30719.cpp:7:4: error: stray '#' in program
7 #define MAXN 3333
^
0_0_25077245_30719.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_25077245_30719.cpp:7:2: error: expected unqualified-id before numeric constant
7 #define MAXN 3333
^
0_0_25077245_30719.cpp:9:2: error: expected unqualified-id before numeric constant
9 int map[MAXN][MAXN];
^
0_0_25077245_30719.cpp:10:1: error: expected unqualified-id before numeric constant
10 int ly[MAXN];
^
0_0_25077245_30719.cpp:11:1: error: expected unqualified-id before numeric constant
11 bool mark[MAXN];
^
0_0_25077245_30719.cpp:12:1: error: expected unqualified-id before numeric constant
12 int n,m;
^
0_0_25077245_30719.cpp:13:1: error: expected unqualified-id before numeric constant
13 int dir[12][2]={-1,-2,-2,-1,-2,1,-1,2,1,2,2,1,2,-1,1,-2,-1,0,0,1,1,0,0,-1};
^
0_0_25077245_30719.cpp:14:1: error: expected unqualified-id before numeric constant
14
^
0_0_25077245_30719.cpp:20:1: error: expected unqualified-id before numeric constant
20
^
|