Problem breakfast
User gab
Submission Time 2025-07-31 07:42:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp: In function ‘int main()’:
breakfast.cpp:3:5: error: ‘cout’ was not declared in this scope
3 | 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;