0_0_36192223_15489.cpp: In function 'int main()':
0_0_36192223_15489.cpp:18:31: error: incompatible types in assignment of 'int' to 'int [110]'
for(int j=0;j<=t;j++)dp[j]=-INF;//确保至少一件
^
0_0_36192223_15489.cpp:40:32: error: 'j' was not declared in this scope
for(int i=0;i<=t;i++)dp[i][j]=dp[i-1][j];
^
|