0_0_21476100_1794.cpp: In function 'int main()': 0_0_21476100_1794.cpp:25:9: error: expected ';' before '}' token } ^ 0_0_21476100_1794.cpp:33:13: error: 'dp' was not declared in this scope dp[i]=MAX(dp2[i-1], Map[i][j-1]+Map[i][j]); ^