0_0_35898272_28277.cpp:3:4: error: stray '#' in program
1 #include<stdio.h>
^
0_0_35898272_28277.cpp:4:4: error: stray '#' in program
2 #include<string.h>
^
0_0_35898272_28277.cpp:5:4: error: stray '#' in program
3 #include<queue>
^
0_0_35898272_28277.cpp:3:2: error: expected unqualified-id before numeric constant
1 #include<stdio.h>
^
0_0_35898272_28277.cpp:7:2: error: expected unqualified-id before numeric constant
5 int n,m,k,sx,sy,ex,ey;
^
0_0_35898272_28277.cpp:8:2: error: expected unqualified-id before numeric constant
6 struct haha
^
0_0_35898272_28277.cpp:11:5: error: 'q' does not name a type
9 }q,temp;
^
0_0_35898272_28277.cpp:12:1: error: expected unqualified-id before numeric constant
10 char map[111][111];
^
0_0_35898272_28277.cpp:13:1: error: expected unqualified-id before numeric constant
11 int dir[4][2]={0,1,0,-1,1,0,-1,0};
^
0_0_35898272_28277.cpp:14:1: error: expected unqualified-id before numeric constant
12 int vis[111][111][11];
^
0_0_35898272_28277.cpp:15:1: error: expected unqualified-id before numeric constant
13 void BFS()
^
|