摘要: #include #include #include using std::cout; using std::cin; using std::vector; using std::string; int main() { /*定义和初始化vector*/ vector v1; //执行默认初始化,生成空的v1,不含有任何元素,潜在对象为int... 阅读全文
posted @ 2017-05-30 01:11 陌墨无文 阅读(111) 评论(0) 推荐(0)