0_0_13802094_28277.cpp:2:5: error: stray '#' in program
2 #include<string.h>
^
0_0_13802094_28277.cpp:3:5: error: stray '#' in program
3 #include<string>
^
0_0_13802094_28277.cpp:4:5: error: stray '#' in program
4 #include<stdio.h>
^
0_0_13802094_28277.cpp:5:5: error: stray '#' in program
5 #include<queue>
^
0_0_13802094_28277.cpp:6:5: error: stray '#' in program
6 #include<vector>
^
0_0_13802094_28277.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<string.h>
^
0_0_13802094_28277.cpp:8:3: error: expected unqualified-id before numeric constant
8 char Map[101][101];
^
0_0_13802094_28277.cpp:9:3: error: expected unqualified-id before numeric constant
9 int mark[101][101];//设置走过的图的标志数组
^
0_0_13802094_28277.cpp:10:2: error: expected unqualified-id before numeric constant
10 int H,W;
^
0_0_13802094_28277.cpp:11:2: error: expected unqualified-id before numeric constant
11 struct node
^
0_0_13802094_28277.cpp:15:2: error: expected unqualified-id before numeric constant
15 struct Node
^
0_0_13802094_28277.cpp:20:2: error: expected unqualified-id before numeric constant
20 int X[4]={1,-1,0,0};//X,Y数组表示方向
^
0_0_13802094_28277.cpp:21:2: error: expected unqualified-id before numeric constant
21 int Y[4]={0,0,1,-1};
^
0_0_13802094_28277.cpp:22:2: error: expected unqualified-id before numeric constant
22 int Check(int dirX,int dirY,Node N)
^
|