Problem | lunchbox |
---|---|
User | Hengweezy |
Submission Time | 2024-01-31 10:46:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
15 | sort(v.begin(),v.end());
| ^~~~
| qsort
lunchbox.cpp:18:2: error: ‘i’ was not declared in this scope
18 | i=0;
| ^