| Problem | lunchbox | 
|---|---|
| User | will | 
| Submission Time | 2023-02-14 08:37:11 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 lunchbox.cpp:3:2: error: invalid preprocessing directive #inlcude; did you mean #include?
    3 | #inlcude <algorithm>
      |  ^~~~~~~
      |  include
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
   15 |  sort(boxes.begin(), boxes.end());
      |  ^~~~
      |  qsort
lunchbox.cpp:21:12: error: expected ‘;’ before ‘}’ token
   21 |    return 1
      |            ^
      |            ;
   22 |   }
      |   ~