Problem breakfast
User ItsYH
Submission Time 2025-02-08 10:08:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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