0_0_39436099_5230.cpp: In function 'int main()': 0_0_39436099_5230.cpp:21:53: error: 'a' was not declared in this scope 21 | else dp[i][j] = max(dp[i-1][a],dp[i][j-1]); | ^