0_0_26333615_31774.cpp:1:4: error: stray '#' in program
1 #include <iostream>
^
0_0_26333615_31774.cpp:2:4: error: stray '#' in program
2 #include <string.h>
^
0_0_26333615_31774.cpp:3:4: error: stray '#' in program
3 #include <queue>
^
0_0_26333615_31774.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include <iostream>
^
0_0_26333615_31774.cpp:5:2: error: expected unqualified-id before numeric constant
5 char a[201][201];
^
0_0_26333615_31774.cpp:6:2: error: expected unqualified-id before numeric constant
6 bool isv[201][201]; //记录访问过没有
^
0_0_26333615_31774.cpp:7:2: error: expected unqualified-id before numeric constant
7 int dx[4] = {0,1,0,-1};
^
0_0_26333615_31774.cpp:8:2: error: expected unqualified-id before numeric constant
8 int dy[4] = {1,0,-1,0};
^
0_0_26333615_31774.cpp:9:2: error: expected unqualified-id before numeric constant
9 int N,M;
^
0_0_26333615_31774.cpp:10:1: error: expected unqualified-id before numeric constant
10 int sx,sy,ex,ey;
^
0_0_26333615_31774.cpp:11:1: error: expected unqualified-id before numeric constant
11 struct NODE{
^
|