| Problem | lunchbox |
|---|---|
| User | nuggster |
| Submission Time | 2024-05-23 16:17:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(a.begin(), a.end());
| ^~~~
| qsort