Problem | rabbitjoke |
---|---|
User | MatttNguyen |
Submission Time | 2025-04-02 15:47:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rabbitjoke.cpp: In function ‘int main()’:
rabbitjoke.cpp:2:13: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
2 | int main() {cout << 0;}
| ^~~~
| std::cout
In file included from rabbitjoke.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~