Problem | helloworld |
---|---|
User | samantha32072 |
Submission Time | 2023-02-10 21:44:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:2:14: error: expected ‘{’ before ‘;’ token
2 | namespace std;
| ^
helloworld.cpp:3:1: error: ‘cout’ does not name a type
3 | cout << "Hello World";
| ^~~~