| Problem | lunchbox |
|---|---|
| User | sawntoe |
| Submission Time | 2023-01-18 08:30:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:22:24: error: ‘M’ was not declared in this scope
22 | sort(schools, schools+M);
| ^
lunchbox.cpp:22:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
22 | sort(schools, schools+M);
| ^~~~
| short