Problem | exam |
---|---|
User | proter1132 |
Submission Time | 2023-02-17 16:48:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:7: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
11 | std:cout << a*b;
| ^~~~
| std::cout
In file included from exam.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~