Problem helloworld
User Petkub
Submission Time 2026-01-14 22:54:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:9:23: error: expected ‘;’ before ‘return’
9 | printf("Hello World")
| ^
| ;
10 | return 0;
| ~~~~~~