Owl Get a Life
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 ); | ^~~~~