Problem | shamelessad |
---|---|
User | cjcube |
Submission Time | 2024-11-08 11:21:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << "Join Shor the Duck’s server, Shor’s Nest! \n Also check out the collection!";
| ^~~~
shamelessad.cpp:2:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
1 | #include <stdio.h>
+++ |+#include <iostream>
2 | using namespace std;