0_0_33855212_31970.cpp: In function 'int main()': 0_0_33855212_31970.cpp:23:51: error: 'c' was not declared in this scope dp[j] = max(dp[j], dp[j - w[i]] + c[i]); ^