| Problem | knapsack |
|---|---|
| User | hwy |
| Submission Time | 2023-07-23 02:04:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
knapsack.cpp: In function ‘int main()’:
knapsack.cpp:49:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
49 | ans = memo[1][S];
| ^~~
| abs
knapsack.cpp:51:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
51 | ans = memo[0][S];
| ^~~
| abs
knapsack.cpp:53:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
53 | cout << ans;
| ^~~
| abs