| Problem | lunchbox |
|---|---|
| User | G |
| Submission Time | 2024-12-09 15:04:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:12:2: error: expected unqualified-id before ‘while’
12 | while(n>=0){
| ^~~~~
lunchbox.cpp:17:2: error: ‘cout’ does not name a type
17 | cout<<c-1;
| ^~~~
lunchbox.cpp:18:2: error: expected unqualified-id before ‘return’
18 | return 0;
| ^~~~~~
lunchbox.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^