Problem breakfast
User Adflhjk
Submission Time 2023-12-06 10:04:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << 'PARAMECIUM';
| ^~~~