error: 'endl' was not declared in this scope; did you mean 'std::endl'? code example
Example: error: 'endl' was not declared in this scope
using namespace std;
Explanation:
mention "using namespace std;" above the main function in C++ will solve the 'endl' error