摘要:
#include<iostream> #include<cstring> using namespace std; template<typename item> class smallest_heap{ private: item heap[10001]; int len; public: sma 阅读全文
摘要:
shougou* a = new shougou[number]; sort函数: #include <iostream> // std::cout #include <algorithm> // std::sort #include <vector> // std::vector //以普通函数的 阅读全文