| Problem | japan2026 |
|---|---|
| User | zien |
| Submission Time | 2026-06-23 09:38:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
japan2026.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>;
| ^~~~~~~
japan2026.cpp: In function ‘int main()’:
japan2026.cpp:4:1: error: ‘cout’ was not declared in this scope
4 | cout << "guys im very broke";
| ^~~~
japan2026.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | include <iostream>;