摘要: #include <bits/stdc++.h> using namespace std; const int maxn=1e5+7; const int INF=0x3f3f3f3f; struct Huffman_Node{ int ans; int father; int left; int 阅读全文
posted @ 2020-10-14 14:41 齐芒 阅读(121) 评论(0) 推荐(0)