Problem | lunchbox |
---|---|
User | vadar2525 |
Submission Time | 2025-07-08 16:04:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:9: error: expected ‘;’ before ‘for’
11 | m += 1
| ^
| ;
12 | for(int j = 0; j < i; j++){
| ~~~
lunchbox.cpp:12:18: error: ‘j’ was not declared in this scope
12 | for(int j = 0; j < i; j++){
| ^