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