| Problem | lunchbox |
|---|---|
| User | zyc |
| Submission Time | 2025-11-19 17:09:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘void solve()’:
lunchbox.cpp:16:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
16 | sort(schools.begin(), schools.end());
| ^~~~
| qsort