C++primer 第五版 练习3.16 IDE: VS 2015想要直接输出 v1~v7的结果(内容及容量)采用了指针 输出vector int 类型值调试成功 改写后输出不了vector string 类型的值
cout << *n[num];