| Problem | lunchbox |
|---|---|
| User | baongoctr |
| Submission Time | 2023-02-06 10:22:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:26:7: error: ‘cout’ does not name a type
26 | cout<<sc-1;
| ^~~~
lunchbox.cpp:28:5: error: expected unqualified-id before ‘return’
28 | return 0;
| ^~~~~~
lunchbox.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^