Problem helloworld2
User Yum
Submission Time 2026-06-29 17:32:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld2.cpp: In function ‘int main()’:
helloworld2.cpp:2:32: error: expected ‘;’ before ‘}’ token
2 | int main() {puts("Hello World")}
| ^
| ;