Problem helloworld
User broccolini37
Submission Time 2025-01-20 16:40:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:11: error: expected ‘;’ before ‘}’ token
4 | return 0
| ^
| ;
5 | }
| ~