0_0_33579397_21479.cpp: In function 'int main()':
0_0_33579397_21479.cpp:48:21: error: 'k' was not declared in this scope
for(int i=0;k<=10;k++) ans = (ans + dp[n][m])%mod;
^
0_0_33579397_21479.cpp:48:55: error: invalid operands of types 'int*' and 'const int' to binary 'operator%'
for(int i=0;k<=10;k++) ans = (ans + dp[n][m])%mod;
^
|