Problem helloworld
User god
Submission Time 2025-03-28 15:55:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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