| Problem | knapsack | 
|---|---|
| User | xyz | 
| Submission Time | 2023-11-10 11:00:53 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 knapsack.cpp: In function ‘int main()’:
knapsack.cpp:37:3: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
   37 |   sort(array.begin(), array.end(), &sorter);
      |   ^~~~
      |   qsort