Problem lunchbox
User Maskaphobia
Submission Time 2024-02-12 17:21:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:18:13: error: ‘maxSchools’ was not declared in this scope; did you mean ‘MaxSchools’?
18 | maxSchools++;
| ^~~~~~~~~~
| MaxSchools
lunchbox.cpp:24:13: error: ‘maxSchools’ was not declared in this scope; did you mean ‘MaxSchools’?
24 | cout << maxSchools << endl;
| ^~~~~~~~~~
| MaxSchools