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

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:15: error: expected ‘)’ before ‘;’ token
15 | while (x > -1; j < y+2) {
| ~ ^
| )
lunchbox.cpp:15:24: error: expected ‘;’ before ‘)’ token
15 | while (x > -1; j < y+2) {
| ^
| ;