| Problem | lunchbox |
|---|---|
| User | Mineshafter61 |
| Submission Time | 2024-01-16 12:33:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:19:1: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
19 | sort(k, m);
| ^~~~
| qsort
lunchbox.cpp:27:4: error: expected ‘;’ before ‘}’ token
27 | j++
| ^
| ;
28 |
29 | }
| ~