Problem helloworld
User gab
Submission Time 2025-04-29 16:45:25
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 | }
| ~