"using namespace std;" possible issues

The risk that comes with using “using namespace std” is that it is possible to have more than one function or a command that share the same name. That can cause at least to us at this point unknown consequences and buggs.