0_0_38288552_3402.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_38288552_3402.cpp:3:5: error: stray '#' in program
3 #include<cstring>
^
0_0_38288552_3402.cpp:4:5: error: stray '#' in program
4 #include<queue>
^
0_0_38288552_3402.cpp:5:5: error: stray '#' in program
5 #include<stdlib.h>
^
0_0_38288552_3402.cpp:7:5: error: stray '#' in program
7 #define N 1006
^
0_0_38288552_3402.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_38288552_3402.cpp:7:3: error: expected unqualified-id before numeric constant
7 #define N 1006
^
0_0_38288552_3402.cpp:9:3: error: expected unqualified-id before numeric constant
9 int mp[N][N];
^
0_0_38288552_3402.cpp:10:2: error: expected unqualified-id before numeric constant
10 int vis[N][N];
^
0_0_38288552_3402.cpp:11:2: error: expected unqualified-id before numeric constant
11 struct Node{
^
0_0_38288552_3402.cpp:13:6: error: 'st' does not name a type
13 }st;
^
0_0_38288552_3402.cpp:14:2: error: expected unqualified-id before numeric constant
14 int dirx[]={1,0,-1,0};
^
0_0_38288552_3402.cpp:15:2: error: expected unqualified-id before numeric constant
15 int diry[]={0,1,0,-1};
^
0_0_38288552_3402.cpp:16:2: error: expected unqualified-id before numeric constant
16 int wx,wy;
^
0_0_38288552_3402.cpp:17:2: error: expected unqualified-id before numeric constant
17 void bfs(){
^
|