Problem | lunchbox |
---|---|
User | GenericUsername |
Submission Time | 2023-02-11 21:24:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:15: error: request for member ‘being’ in ‘schools’, which is of non-class type ‘int [numSchools]’
15 | sort(schools.being(), schools.end());
| ^~~~~
lunchbox.cpp:15:32: error: request for member ‘end’ in ‘schools’, which is of non-class type ‘int [numSchools]’
15 | sort(schools.being(), schools.end());
| ^~~