0_0_38565724_27450.cpp:46:7: error: stray '\243' in program
maxx = dp[i][l]£»//
^
0_0_38565724_27450.cpp:46:7: error: stray '\273' in program
0_0_38565724_27450.cpp: In function 'int main()':
0_0_38565724_27450.cpp:47:5: error: expected ';' before 'dp'
dp[i][j] = max(max(maxx,dp[i][j-1]),dp[i-1][j]) + mp[i][j];
^
|