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

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:9: error: expected ‘;’ before string constant
6 | cout "Hello world"
| ^~~~~~~~~~~~~~
| ;