摘要:
#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
光学
阅读(262)
评论(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
光学
阅读(49)
评论(0)
推荐(0)


浙公网安备 33010602011771号