Problem | lunchbox |
---|---|
User | senkyte |
Submission Time | 2024-02-14 08:22:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:17: error: expected ‘)’ before ‘;’ token
14 | while(int i = 0; i <number; i++){
| ~ ^
| )
lunchbox.cpp:14:19: error: ‘i’ was not declared in this scope
14 | while(int i = 0; i <number; i++){
| ^