Owl Get a Life
knapsack.cpp: In function ‘int main()’:knapsack.cpp:11:20: error: ‘S’ was not declared in this scope 11 | vector<int> dp(S+1, 0); | ^