Problem | lunchbox |
---|---|
User | SubtleNotice |
Submission Time | 2025-09-29 21:13:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
15 | sort(v.begin(),v.end());
| ^~~~
| qsort