Problem | lunchbox |
---|---|
User | ToiletBrIcker |
Submission Time | 2024-06-18 11:26:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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]));
| ^~~~