Problem | helloworld |
---|---|
User | Henries |
Submission Time | 2024-06-05 21:01:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int hello()’:
helloworld.cpp:3:2: error: ‘cout’ was not declared in this scope
3 | cout << "Hello World" << endl;
| ^~~~
helloworld.cpp:3:27: error: ‘endl’ was not declared in this scope
3 | cout << "Hello World" << endl;
| ^~~~