Problem lunchbox
User nuggster
Submission Time 2024-05-23 16:16:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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