2020年12月2日
摘要: #include<iostream> #include<cstring> using namespace std; template<typename item> class smallest_heap{ private: item heap[10001]; int len; public: sma 阅读全文
posted @ 2020-12-02 20:13 光学 阅读(244) 评论(0) 推荐(0) 编辑
摘要: shougou* a = new shougou[number]; sort函数: #include <iostream> // std::cout #include <algorithm> // std::sort #include <vector> // std::vector //以普通函数的 阅读全文
posted @ 2020-12-02 20:07 光学 阅读(39) 评论(0) 推荐(0) 编辑