| Problem | lunchbox |
|---|---|
| User | Memeathon |
| Submission Time | 2025-01-28 20:06:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:8:1: error: ‘::main’ must return ‘int’
8 | void main()
| ^~~~
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:27:13: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
27 | return;
| ^~~~~~