Problem | lunchbox |
---|---|
User | ArianneLim |
Submission Time | 2024-06-20 13:05:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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)
| ^
| ;
lunchbox.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
lunchbox.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^