Problem breakfast
User Shreyas123456789
Submission Time 2026-02-20 16:32:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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