Problem breakfast
User ShaquilleOatmeal34
Submission Time 2025-05-29 14:49:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp:6:12: error: stray ‘\342’ in program
6 | cout << “PARAMECIUM”;
| ^
breakfast.cpp:6:13: error: stray ‘\200’ in program
6 | cout << “PARAMECIUM”;
| ^
breakfast.cpp:6:14: error: stray ‘\234’ in program
6 | cout << “PARAMECIUM”;
| ^
breakfast.cpp:6:25: error: stray ‘\342’ in program
6 | cout << “PARAMECIUM”;
| ^
breakfast.cpp:6:26: error: stray ‘\200’ in program
6 | cout << “PARAMECIUM”;
| ^
breakfast.cpp:6:27: error: stray ‘\235’ in program
6 | cout << “PARAMECIUM”;
| ^
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:6:15: error: ‘PARAMECIUM’ was not declared in this scope
6 | cout << “PARAMECIUM”;
| ^~~~~~~~~~