Problem shamelessad
User Randomguy
Submission Time 2025-12-03 13:30:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << " Join Shor the Duck’s server, Shor’s Nest!"
| ^~~~
shamelessad.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;