0_0_23244376_32163.cpp: In function 'int main()':
0_0_23244376_32163.cpp:26:30: error: 'ans' was not declared in this scope
for(int i=0; i<maxn; ans="0;" int="" j="0;">0)
^
0_0_23244376_32163.cpp:26:39: error: expected ')' before 'int'
for(int i=0; i<maxn; ans="0;" int="" j="0;">0)
^
0_0_23244376_32163.cpp:26:42: error: expected unqualified-id before '=' token
for(int i=0; i<maxn; ans="0;" int="" j="0;">0)
^
0_0_23244376_32163.cpp:28:9: error: 'else' without a previous 'if'
else
^
0_0_23244376_32163.cpp:58:13: error: 'ans' was not declared in this scope
ans=max(ans,dp[n][i]);
^
0_0_23244376_32163.cpp:59:23: error: 'ans' was not declared in this scope
printf("%d\n",ans);
^
|