0_0_16566462_22429.cpp: In function 'int main()': 0_0_16566462_22429.cpp:34:39: error: 'max' was not declared in this scope dp[i][j]=max(dp[i-1][j],dp[i][j-1]); ^