使用vector要加上
#include <vector>
嵌套vector 的话需要 > > 中间要加一个空格
vector<vector<string> >
使用string
#include <string>