Problem lunchbox
User sawntoe
Submission Time 2023-01-18 08:28:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:7: error: ‘qsort’ is not a member of ‘std’
21 | std::qsort( schools, m, sizeof(int), compare );
| ^~~~~