Problem lunchbox
User DL2704
Submission Time 2023-11-12 23:29:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:3: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(t,t+s);
| ^~~~
| qsort