using STL

I would like to use std::vector. Can I use "using namespace Frog" and "std" together? I try to wrote std::vector<int> test; and complier, but I got an error message: 'std' : is not a class or namespace name. 'vector' : undeclared identifier.... Can anyone help me please, thanks a lots.