Problem lunchbox
User AwkUngenially
Submission Time 2025-04-01 16:25:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:14: error: expected ‘)’ before ‘;’ token
16 | while (j = 0; y > 0; j++) {
| ~ ^
| )
lunchbox.cpp:16:26: error: expected ‘;’ before ‘)’ token
16 | while (j = 0; y > 0; j++) {
| ^
| ;