Problem lunchbox
User Adflhjk
Submission Time 2023-12-09 15:52:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:21:24: error: expected ‘;’ before ‘return’
21 | cout << schools - j
| ^
| ;
22 | return 0;
| ~~~~~~