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
相关文章
相关标签/搜索