Problem | generosity |
---|---|
User | itsLQ |
Submission Time | 2023-11-26 18:11:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
generosity.cpp: In function ‘int main()’:
generosity.cpp:3:17: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
3 | int main() {std:cout << "Be nice and you'll fine the answer :))";}
| ^~~~
| std::cout
In file included from generosity.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~