Problem exam
User claireau
Submission Time 2023-11-08 13:26:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:13:12: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
13 | {cout << (Hello World);
| ^~~~~
| ftello
exam.cpp:13:17: error: expected ‘)’ before ‘World’
13 | {cout << (Hello World);
| ~ ^~~~~~
| )