0_0_29362175_2597.cpp:10:1: error: stray '`' in program
int c[110],m[1`0],dp[maxn];
^
0_0_29362175_2597.cpp:10:16: error: expected ']' before numeric constant
int c[110],m[1`0],dp[maxn];
^
0_0_29362175_2597.cpp: In function 'int able()':
0_0_29362175_2597.cpp:45:5: error: 'dp' was not declared in this scope
dp[i]=-1;
^
0_0_29362175_2597.cpp:46:3: error: 'dp' was not declared in this scope
dp[0]=0;
^
0_0_29362175_2597.cpp:50:26: error: 'm' was not declared in this scope
if(dp[j]>=0) dp[j]=m[i];
^
0_0_29362175_2597.cpp: In function 'int main()':
0_0_29362175_2597.cpp:70:12: error: 'm' was not declared in this scope
cin>>m[i];
^
|