PAT : 數據結構與算法題目集(中文)7-10 公路村村通

#include <iostream> #include <vector> #include <queue> #include <cstring> using namespace std; int UnionF[1001]; struct Heapstruct { int head, tail, value; }; bool Compare(const Heapstruct &a, con
相關文章
相關標籤/搜索