Problem helloworld
User MCSG
Submission Time 2025-06-16 10:13:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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