Like this:
list< vector < string > > ?
if the answer is yes,how I use it to print each elements of the list by For Cycle ?
Thanks everyone.I know how to print list< int >,which can be traversed by FOR CYCLE.But in fact, if I use FOR CYCLE and iterator to list< vector < string > >,I will be fail.