摘要: 注意是左编号小于右编号而不是左权值小于右权值 #include<iostream> const int MAX_INT = 0x7FFFFFFF; using namespace std; typedef struct HFTree { int weight; int left; int right 阅读全文