there are two methods to use STD lib.

1.using namespace std;----- use once
2.std::string s;-------------- use it everywhere

which is better?