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

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:28: error: expected ‘;’ before ‘return’
3 | std::cout << "Hello World"
| ^
| ;
4 | return 0
| ~~~~~~