| Problem | japan2026 |
|---|---|
| User | Zeshawn |
| Submission Time | 2026-06-23 09:26:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
japan2026.cpp: In function ‘int main()’:
japan2026.cpp:4:5: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
4 | cout << "guys im very broke" << ;
| ^~~~
| std::cout
In file included from japan2026.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~
japan2026.cpp:4:37: error: expected primary-expression before ‘;’ token
4 | cout << "guys im very broke" << ;
| ^