摘要: #include #include #include using namespace std; template bool decreOrder(T &a, T &b) { return (a bool increOrder(T &a, T &b) { return (a > b); } template void Sort(vector & v, bool (*... 阅读全文
posted @ 2018-12-27 05:36 super行者 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 参考本博客中链接 《C++ vector 删除符合条件的元素》 阅读全文
posted @ 2018-12-27 04:45 super行者 阅读(477) 评论(0) 推荐(0) 编辑