Problem knapsack
User PlayVoltz
Submission Time 2023-09-05 14:31:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

knapsack.cpp: In function ‘int main()’:
knapsack.cpp:26:13: error: expected ‘;’ before ‘}’ token
26 | cout<<dp[k]
| ^
| ;
27 | }
| ~