0_0_25077624_25975.cpp:2:4: error: stray '#' in program
2 #include<cstdio>
^
0_0_25077624_25975.cpp:3:4: error: stray '#' in program
3 #include<cstring>
^
0_0_25077624_25975.cpp:4:4: error: stray '#' in program
4 #include<cstdlib>
^
0_0_25077624_25975.cpp:5:4: error: stray '#' in program
5 #include<cmath>
^
0_0_25077624_25975.cpp:6:4: error: stray '#' in program
6 #include<ctime>
^
0_0_25077624_25975.cpp:7:4: error: stray '#' in program
7 #include<algorithm>
^
0_0_25077624_25975.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_25077624_25975.cpp:9:2: error: expected unqualified-id before numeric constant
9 const int dx[5]={1,0,-1,0};
^
0_0_25077624_25975.cpp:10:1: error: expected unqualified-id before numeric constant
10 const int dy[5]={0,1,0,-1};
^
0_0_25077624_25975.cpp:11:1: error: expected unqualified-id before numeric constant
11 int n,depth,ans,used[10],map[10][10],flag[10][10];
^
0_0_25077624_25975.cpp:12:1: error: expected unqualified-id before numeric constant
12 inline int read()
^
|