Problem breakfast
User poppav78
Submission Time 2025-01-27 16:23:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp: In function ‘int main()’:
breakfast.cpp:4:18: error: ‘PARAMECIUM’ was not declared in this scope
4 | int main(){print(PARAMECIUM)
| ^~~~~~~~~~
breakfast.cpp:4:12: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
4 | int main(){print(PARAMECIUM)
| ^~~~~
| printf
breakfast.cpp:4:28: error: expected ‘}’ at end of input
4 | int main(){print(PARAMECIUM)
| ~ ^