0_0_29013661_7997.cpp: In function 'int main()':
0_0_29013661_7997.cpp:37:54: error: expected primary-expression at end of input
dp[i] = max ( dp[i-2] + row[i] , dp[i-1] %
^
0_0_29013661_7997.cpp:37:54: error: expected '}' at end of input
0_0_29013661_7997.cpp:37:54: error: expected '}' at end of input
|