Problem lunchbox
User theRealLucasXD
Submission Time 2025-05-23 21:55:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:16: error: expected ‘)’ before ‘schools’
17 | while (sum < N schools < N) {
| ~ ^~~~~~~~
| )
lunchbox.cpp:17:28: error: expected ‘;’ before ‘)’ token
17 | while (sum < N schools < N) {
| ^
| ;