摘要: 今天使用C++编写了一段小程序,练习使用标准库的算法,代码如下: 1 #include <iostream> 2 #include <algorithm> 3 #include <vector> 4 #include <string> 5 6 using std::vector; 7 using s 阅读全文
posted @ 2015-11-25 16:00 jz_cnblogs 阅读(2134) 评论(1) 推荐(1) 编辑