| Problem | helloworld |
|---|---|
| User | joshua |
| Submission Time | 2025-10-24 17:14:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:2:20: error: expected ‘;’ before ‘cout’
2 | using namespace std
| ^
| ;
3 | cout<<"Hello World";
| ~~~~
helloworld.cpp:3:1: error: ‘cout’ does not name a type
3 | cout<<"Hello World";
| ^~~~