随笔分类 -  STL

摘要:#include #include #include using namespace std; void pri(vectora) //用输出迭代器将容器中元素输出到标准输出流 { ostream_iterator int_put(cout," "); for(auto it : a) //范围for语句 { *int_pu... 阅读全文
posted @ 2016-07-29 19:19 真!白 阅读(261) 评论(0) 推荐(0)