strVector strVV;
nStrVector strV;

Each of elements of strVV is a string vector not a string.
Input into a vector first then push the vector into vector of vector.
You don't need to allocate space for VV in its declaration.