Problem helloworld
User AlphanumericUsername
Submission Time 2023-01-31 12:55:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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