Problem helloworld
User HelloMhing
Submission Time 2023-07-11 22:52:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:23: error: expected ‘}’ at end of input
4 | printf("Hello World");
| ^
helloworld.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^