Open americast opened 7 years ago
Change cout to std::cout. Alternately, add the line using namespace std just after including the header files.
cout
std::cout
using namespace std
i will do this
Change
cout
tostd::cout
. Alternately, add the lineusing namespace std
just after including the header files.