Problem lunchbox
User yongteckrice
Submission Time 2023-01-31 08:58:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:27:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
27 | sort(vect.begin(), vect.end());
| ^~~~
| qsort