友好楼房

文章
5
资源
0
加入时间
3年0月20天

c++ primer 习题9.14

使用迭代器编写程序,从标准输入设备读入若干string对象,并将他们存储在一个vector对象中,然后输出该vector对象中的所有元素。#include #include using namespace std;int main(){ vector svec; string str; cout<<"Enter some strings(Ctrl+Z to