Owl Get a Life
knapsack.cpp: In function ‘int main()’:knapsack.cpp:21:40: error: ‘S’ was not declared in this scope 21 | for (int j = 0; r + j*w <= S; j++) { | ^