Problem helloworld
User liuyueyang0510
Submission Time 2024-04-16 13:06:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:28: error: expected ‘;’ before ‘}’ token
6 | printf("Hello World\n")
| ^
| ;
7 | }
| ~