Problem | lunchbox |
---|---|
User | Indy39910 |
Submission Time | 2025-02-19 23:21:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:14: error: expected ‘)’ before ‘;’ token
9 | while(int i=0;i<m;i++) {
| ~ ^
| )
lunchbox.cpp:9:15: error: ‘i’ was not declared in this scope
9 | while(int i=0;i<m;i++) {
| ^
lunchbox.cpp:14:11: error: expected ‘)’ before ‘;’ token
14 | while(n>=0;i=0;i++){
| ~ ^
| )