Problem helloworld
User Runjia
Submission Time 2025-02-08 10:06:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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