0_0_20772955_14660.cpp: In function 'int main()': 0_0_20772955_14660.cpp:33:42: error: expected ')' before ';' token dp[i][j]=maxnn(dp[i-1][j],dp[i][j-1]; ^