Problem breakfast
User jamestan
Submission Time 2023-12-23 21:24:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

breakfast.cpp:2:17: error: ‘td’ is not a namespace-name
2 | using namespace td;
| ^~
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:4:5: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
4 | cout << "PARAMECIUM";
| ^~~~
| std::cout
In file included from breakfast.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~