摘要:
#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 (*... 阅读全文
摘要:
参考本博客中链接 《C++ vector 删除符合条件的元素》 阅读全文