Problem | helloworld |
---|---|
User | TngShihAn |
Submission Time | 2023-11-08 09:23:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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"
| ^~~~~~~~~~~~~~
| ;