Problem lunchbox
User ArianneLim
Submission Time 2024-06-20 13:05:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:7: error: ‘looopcount’ was not declared in this scope; did you mean ‘loopcount’?
20 | if(looopcount=1){ loopcount=1}
| ^~~~~~~~~~
| loopcount
lunchbox.cpp:20:33: error: expected ‘;’ before ‘}’ token
20 | if(looopcount=1){ loopcount=1}
| ^
| ;