Problem | helloworld |
---|---|
User | EPICTROLLTOAST |
Submission Time | 2023-05-13 11:59:32 |
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!";
| ^~~~