Problem helloworld
User doan
Submission Time 2025-03-12 11:19:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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