Problem helloworld
User ilovepythonandhatecplusplus
Submission Time 2024-11-21 15:20:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:20: error: expected ‘}’ at end of input
4 | cout<<"Hello World";
| ^
helloworld.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^