Problem | 1609 |
---|---|
User | Catornado |
Submission Time | 2023-07-26 16:52:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
1609.cpp: In function ‘int main()’:
1609.cpp:3:25: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
3 | int main(){while(true){}cout<<100;}
| ^~~~
| std::cout
In file included from 1609.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~