Problem | lunchbox |
---|---|
User | bobbychangy |
Submission Time | 2024-01-26 23:57:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:15: error: request for member ‘begin’ in ‘school’, which is of non-class type ‘int [m]’
12 | sort(school.begin(),school.end());
| ^~~~~
lunchbox.cpp:12:30: error: request for member ‘end’ in ‘school’, which is of non-class type ‘int [m]’
12 | sort(school.begin(),school.end());
| ^~~