Problem peepeepoopoo
User CookieCoder
Submission Time 2025-05-19 17:08:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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