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

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:10: error: ‘Food’ was not declared in this scope
9 | cin >> Food;
| ^~~~
lunchbox.cpp:13:18: error: expected ‘)’ before ‘;’ token
13 | while (int j = 0; y > 0; j++) {
| ~ ^
| )
lunchbox.cpp:13:27: error: ‘j’ was not declared in this scope
13 | while (int j = 0; y > 0; j++) {
| ^