Problem helloworld
User TngShihAn
Submission Time 2023-11-08 09:25:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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