Problem knapsack2
User yc
Submission Time 2026-03-07 10:20:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

knapsack2.cpp: In function ‘int main()’:
knapsack2.cpp:22:49: error: expected ‘]’ before ‘)’ token
22 | if (n2[w1]<=w and (n1[w1-1][w-n2[w1])]==1){
| ^
| ]
knapsack2.cpp:22:50: error: expected ‘)’ before ‘]’ token
22 | if (n2[w1]<=w and (n1[w1-1][w-n2[w1])]==1){
| ~ ^
| )
knapsack2.cpp:22:50: error: expected primary-expression before ‘]’ token