/in/foo.cc: In function 'int main()':
/in/foo.cc:26:17: error: 'intans' was not declared in this scope
26 | intans=0;
| ^~~~~~
/in/foo.cc:27:21: error: 'intk' was not declared in this scope; did you mean 'int'?
27 | for(intk=0; k<=x; k++)ans=max(ans,dp[m][k]);
| ^~~~
| int
/in/foo.cc:27:29: error: 'k' was not declared in this scope
27 | for(intk=0; k<=x; k++)ans=max(ans,dp[m][k]);
| ^
/in/foo.cc:27:39: error: 'ans' was not declared in this scope; did you mean 'abs'?
27 | for(intk=0; k<=x; k++)ans=max(ans,dp[m][k]);
| ^~~
| abs
/in/foo.cc:28:31: error: 'ans' was not declared in this scope; did you mean 'abs'?
28 | printf("%d\n",ans);
| ^~~
| abs