Problem breakfast
User Leeyee
Submission Time 2025-03-24 16:08:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp: In function ‘int main()’:
breakfast.cpp:7:22: error: expected ‘;’ before ‘return’
7 | cout << "PARAMECIUM"
| ^
| ;
8 | return 0;
| ~~~~~~