0_0_21627177_10203.cpp: In function 'int main()': 0_0_21627177_10203.cpp:51:61: error: 'Max' was not declared in this scope dp[i][j] = Max ( dp[i-1][j], dp[i][j-1] ); ^