Problem lunchbox
User meal
Submission Time 2024-11-05 16:03:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:8: error: expected ‘(’ before ‘x’
15 | while x > 0{
| ^
| (
lunchbox.cpp:15:13: error: expected ‘)’ before ‘{’ token
15 | while x > 0{
| ~ ^
| )