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