Problem | lunchbox |
---|---|
User | baongoctr |
Submission Time | 2023-02-06 10:23:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:26:9: error: ‘sc’ was not declared in this scope
26 | int am= sc -1;
| ^~
lunchbox.cpp:27:7: error: ‘cout’ does not name a type
27 | cout<<am;
| ^~~~
lunchbox.cpp:29:5: error: expected unqualified-id before ‘return’
29 | return 0;
| ^~~~~~
lunchbox.cpp:30:1: error: expected declaration before ‘}’ token
30 | }
| ^