Problem | samelength |
---|---|
User | gelastropod |
Submission Time | 2024-12-11 14:45:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
samelength.cpp: In function ‘int main()’:
samelength.cpp:6:3: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
6 | cout << 1;
| ^~~~
| std::cout
In file included from samelength.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~