Problem | helloworld |
---|---|
User | Priyankha13 |
Submission Time | 2023-07-08 17:42:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:9: error: expected primary-expression before ‘cout’
4 | std cout << "Hello World";
| ^~~~