Problem | lunchbox |
---|---|
User | griuehiruhigero |
Submission Time | 2023-07-01 16:59:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:7: error: ‘sort’ is not a member of ‘std’
10 | std::sort(array, array+m);
| ^~~~