Problem lunchbox
User shavonne22
Submission Time 2026-07-11 09:55:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:32:36: error: expected ‘}’ at end of input
32 | cout << schools_counted << "\n";
| ^
lunchbox.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^