Problem helloworld
User CrackingCodes
Submission Time 2024-02-16 14:58:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:4:6: error: expected β€˜;’ before string constant
4 | cout "Hello World";
| ^~~~~~~~~~~~~~
| ;