摘要: 头文件#include 函数实现templateInputIterator find (InputIterator first, InputIterator last, const T& val){ while (first!=last) { if (*first==val) retu... 阅读全文
posted @ 2014-11-04 10:10 jihite 阅读(71545) 评论(1) 推荐(2) 编辑