Problem | lunchbox |
---|---|
User | huyleisme |
Submission Time | 2024-01-05 18:17:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort(lunchbox, lunchbox + len, greater<int>());
| ^~~~
| qsort