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

Compile Error

breakfast.cpp: In function ‘int main()’:
breakfast.cpp:4:7: error: ‘cout’ is not a member of ‘std’
4 | std::cout >> 'PARAMECIUM';
| ^~~~
breakfast.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;