Problem | helloworld |
---|---|
User | Shauryaw |
Submission Time | 2025-06-16 14:10:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function βint main()β:
helloworld.cpp:5:9: error: expected β;β before string constant
5 | cout "Hello World";
| ^~~~~~~~~~~~~~
| ;