| Problem | coinbag |
|---|---|
| User | havinaaaaash |
| Submission Time | 2025-01-31 15:15:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
coinbag.cpp: In function ‘int main()’:
coinbag.cpp:36:2: error: ‘result’ was not declared in this scope
36 | result = knapsack(n, m, a, dp);
| ^~~~~~