Problem breakfast
User DSOblivion
Submission Time 2024-06-14 00:59:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp: In function ‘int main()’:
breakfast.cpp:10:24: error: expected ‘;’ before ‘return’
10 | cout << "PARAMECIUM \n"
| ^
| ;
11 | return 0;
| ~~~~~~