Problem | lunchbox |
---|---|
User | Sky |
Submission Time | 2025-06-16 16:15:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:22:3: error: expected ‘}’ before ‘else’
22 | else{
| ^~~~
lunchbox.cpp:20:11: note: to match this ‘{’
20 | if(N>=0){
| ^
lunchbox.cpp: At global scope:
lunchbox.cpp:28:5: error: ‘cout’ does not name a type
28 | cout << n;
| ^~~~
lunchbox.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^