0_0_13800491_2764.cpp:2:4: error: stray '#' in program
2 #include<cstdio>
^
0_0_13800491_2764.cpp:3:4: error: stray '#' in program
3 #include<cstring>
^
0_0_13800491_2764.cpp:4:4: error: stray '#' in program
4 #include<algorithm>
^
0_0_13800491_2764.cpp:6:4: error: stray '#' in program
6 #define MAXN 111
^
0_0_13800491_2764.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_13800491_2764.cpp:6:2: error: expected unqualified-id before numeric constant
6 #define MAXN 111
^
0_0_13800491_2764.cpp:8:2: error: expected unqualified-id before numeric constant
8 int len[MAXN];
^
0_0_13800491_2764.cpp:9:2: error: expected unqualified-id before numeric constant
9 int dp[MAXN][MAXN];
^
0_0_13800491_2764.cpp:10:1: error: expected unqualified-id before numeric constant
10 int parent[MAXN];
^
0_0_13800491_2764.cpp:11:1: error: expected unqualified-id before numeric constant
11 int n;
^
0_0_13800491_2764.cpp:12:1: error: expected unqualified-id before numeric constant
12 double p;
^
0_0_13800491_2764.cpp:13:1: error: expected unqualified-id before numeric constant
13
^
0_0_13800491_2764.cpp:19:1: error: expected unqualified-id before numeric constant
19
^
0_0_13800491_2764.cpp:27:1: error: expected unqualified-id before numeric constant
27
^
|