Problem lunchbox
User Karax
Submission Time 2025-11-17 17:28:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:19:20: error: expected ‘}’ at end of input
19 | cout << schools;
| ^
lunchbox.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^