Problem | helloworld |
---|---|
User | Maskaphobia |
Submission Time | 2024-01-31 15:24:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:2:10: error: missing terminating " character
2 | cout << "Hello World;
| ^~~~~~~~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:2:2: error: ‘cout’ was not declared in this scope
2 | cout << "Hello World;
| ^~~~
helloworld.cpp:3:1: error: expected primary-expression before ‘}’ token
3 | }
| ^