Problem | lunchbox |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-01 16:27:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:18: error: expected ‘)’ before ‘;’ token
15 | while (int j = 0; y > 0; j++) {
| ~ ^
| )
lunchbox.cpp:15:27: error: ‘j’ was not declared in this scope
15 | while (int j = 0; y > 0; j++) {
| ^