Problem helloworld
User SkyHelix
Submission Time 2025-07-17 21:13:05
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 ‘}’ token
3 | std::cout << "Hello World"
| ^
| ;
4 | }
| ~