Problem | helloworld |
---|---|
User | CrackingCodes |
Submission Time | 2024-02-16 14:58:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function βint main()β:
helloworld.cpp:4:6: error: expected β;β before string constant
4 | cout "Hello World";
| ^~~~~~~~~~~~~~
| ;