Problem | lunchbox |
---|---|
User | DL2704 |
Submission Time | 2023-11-12 23:24:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:3: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(t,t+s);
| ^~~~
| qsort
lunchbox.cpp:18:19: error: ‘p’ was not declared in this scope
18 | for (int i = 0; p < n; i++){
| ^