| Problem | lunchbox |
|---|---|
| User | toditisdoingthisforfun |
| Submission Time | 2026-01-06 14:48:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:22:2: error: a function-definition is not allowed here before ‘{’ token
22 | {
| ^
lunchbox.cpp:29:44: error: ‘compare’ was not declared in this scope
29 | qsort (schools, size, sizeof(schools[0]), compare);
| ^~~~~~~