Problem helloworld
User Maskaphobia
Submission Time 2024-01-31 15:23:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 | }
| ^