0_0_17595728_11760.cpp:1:2: error: expected constructor, destructor, or type conversion before '(' token
b(i,j)= max{b(i,j-1) + a[j],max(b(i-1,t)+a[j])} (1<=i<=m,i<=j<=n)
^
0_0_17595728_11760.cpp:1:50: error: expected unqualified-id before numeric constant
b(i,j)= max{b(i,j-1) + a[j],max(b(i-1,t)+a[j])} (1<=i<=m,i<=j<=n)
^
0_0_17595728_11760.cpp:1:50: error: expected ')' before numeric constant
|