using namespace std 라고 하는거보다

using std::cout   using std::endl

이런식으로 선언하는게 좋다는데 그 이유가 뭐야?