Problem helloworld
User annan
Submission Time 2023-11-09 21:29:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:21: error: missing terminating " character
5 | cout << Hello World"
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:10: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
5 | cout << Hello World"
| ^~~~~
| ftello