Problem breakfast
User howdoicode
Submission Time 2025-01-08 16:02:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp: In function ‘int main()’:
breakfast.cpp:7:10: error: expected ‘;’ before ‘}’ token
7 | return 0
| ^
| ;
8 |
9 | }
| ~