0_0_30232599_8886.cpp:1:4: error: stray '#' in program
1 #include<cstdio>
^
0_0_30232599_8886.cpp:2:4: error: stray '#' in program
2 #include<iostream>
^
0_0_30232599_8886.cpp:3:4: error: stray '#' in program
3 #include<algorithm>
^
0_0_30232599_8886.cpp:4:4: error: stray '#' in program
4 #include<cstring>
^
0_0_30232599_8886.cpp:5:4: error: stray '#' in program
5 #include<cmath>
^
0_0_30232599_8886.cpp:6:4: error: stray '#' in program
6 #include<queue>
^
0_0_30232599_8886.cpp:7:4: error: stray '#' in program
7 #include<map>
^
0_0_30232599_8886.cpp:9:4: error: stray '#' in program
9 #define MOD 1000000007
^
0_0_30232599_8886.cpp:12:4: error: stray '#' in program
12 #define cl(a) memset(a,0,sizeof(a))
^
0_0_30232599_8886.cpp:13:4: error: stray '#' in program
13 #define ts printf("*****\n");
^
0_0_30232599_8886.cpp:37:8: error: stray '#' in program
37 #ifndef ONLINE_JUDGE
^
0_0_30232599_8886.cpp:39:8: error: stray '#' in program
39 #endif
^
0_0_30232599_8886.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include<cstdio>
^
0_0_30232599_8886.cpp:9:2: error: expected unqualified-id before numeric constant
9 #define MOD 1000000007
^
0_0_30232599_8886.cpp:11:1: error: expected unqualified-id before numeric constant
11 const double eps=1e-5;
^
0_0_30232599_8886.cpp:12:1: error: expected unqualified-id before numeric constant
12 #define cl(a) memset(a,0,sizeof(a))
^
0_0_30232599_8886.cpp:14:1: error: expected unqualified-id before numeric constant
14 const int MAXN=1005;
^
0_0_30232599_8886.cpp:15:1: error: expected unqualified-id before numeric constant
15 int n,m,tt;
^
0_0_30232599_8886.cpp:16:1: error: expected unqualified-id before numeric constant
16 long long dp[40][40];
^
0_0_30232599_8886.cpp:17:1: error: expected unqualified-id before numeric constant
17 char s[40][40];
^
0_0_30232599_8886.cpp:18:1: error: expected unqualified-id before numeric constant
18 int a[40][40];
^
0_0_30232599_8886.cpp:19:1: error: expected unqualified-id before numeric constant
19 int d[2][2]={1,0,0,1};
^
0_0_30232599_8886.cpp:20:1: error: expected unqualified-id before numeric constant
20 long long dfs(int x,int y)
^
|