Problem breakfast
User Fuhrer101
Submission Time 2024-01-27 13:20:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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