Problem helloworld
User angei
Submission Time 2025-07-19 15:34:34
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 | int main() {Hello World;
| ^~~~~
| ftello
helloworld.cpp:5:12: error: expected ‘;’ before ‘}’ token
5 | return 0
| ^
| ;
6 | }
| ~