0_0_13802114_26006.cpp:2:5: error: stray '#' in program
2 #include<queue>
^
0_0_13802114_26006.cpp:3:5: error: stray '#' in program
3 #include<string.h>
^
0_0_13802114_26006.cpp:4:5: error: stray '#' in program
4 #include<stdlib.h>
^
0_0_13802114_26006.cpp:5:5: error: stray '#' in program
5 #include<map>
^
0_0_13802114_26006.cpp:6:5: error: stray '#' in program
6 #include<algorithm>
^
0_0_13802114_26006.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<queue>
^
0_0_13802114_26006.cpp:8:3: error: expected unqualified-id before numeric constant
8 const int maxn = 22;
^
0_0_13802114_26006.cpp:9:3: error: expected unqualified-id before numeric constant
9 const int inf=9999999;
^
0_0_13802114_26006.cpp:10:2: error: expected unqualified-id before numeric constant
10 char mat[ maxn ][ maxn ];
^
0_0_13802114_26006.cpp:11:2: error: expected unqualified-id before numeric constant
11 int my_time[ maxn ][ maxn ];
^
0_0_13802114_26006.cpp:12:2: error: expected unqualified-id before numeric constant
12 int n,m;
^
0_0_13802114_26006.cpp:13:2: error: expected unqualified-id before numeric constant
13 const int dx[]={0,0,1,-1};
^
0_0_13802114_26006.cpp:14:2: error: expected unqualified-id before numeric constant
14 const int dy[]={1,-1,0,0};
^
0_0_13802114_26006.cpp:15:2: error: expected unqualified-id before numeric constant
15 int cnt,new_mat[ maxn ][ maxn ];
^
0_0_13802114_26006.cpp:16:2: error: expected unqualified-id before numeric constant
16
^
0_0_13802114_26006.cpp:23:2: error: expected unqualified-id before numeric constant
23 void dfs( int x,int y,char now ){
^
|