Problem | helloworld |
---|---|
User | JustRadr |
Submission Time | 2024-03-03 11:05:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:3:20: error: expected ‘;’ before ‘cout’
3 | using namespace std
| ^
| ;
4 | cout << Hello World <<;
| ~~~~
helloworld.cpp:4:2: error: ‘cout’ does not name a type
4 | cout << Hello World <<;
| ^~~~