Problem helloworld
User SirCTan
Submission Time 2024-12-16 19:48:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:13: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
4 | std::cout <<Hello World;
| ^~~~~
| ftello
helloworld.cpp:5:9: error: expected ‘;’ before ‘}’ token
5 | return 0
| ^
| ;
6 | }
| ~