Problem lunchbox
User ToiletBrIcker
Submission Time 2024-06-18 11:26:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:7: error: ‘sort’ is not a member of ‘std’
12 | std::sort(arr, arr + sizeof(arr)/ sizeof(arr[0]));
| ^~~~