Problem | lunchbox |
---|---|
User | Batigol |
Submission Time | 2024-01-05 23:16:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:23:18: error: missing terminating ' character
23 | dem++'
| ^
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:23:18: error: expected ‘;’ before ‘}’ token
23 | dem++'
| ^
| ;
24 | }else{
| ~