Problem breakfast
User Ttrio
Submission Time 2024-02-12 00:34:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp: In function ‘int main()’:
breakfast.cpp:4:29: error: expected ‘;’ before ‘}’ token
4 | cout << "PARAMECIUM"<< "\n"
| ^
| ;
5 | }
| ~