题解 1462: 蓝桥杯基础练习VIP-Huffuman树

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

反复使用sort函数

摘要:解题思路:反复使用sort函数注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int pa[101];int main(){   int n;……

做题记录2022.2.5(ac:100%)

摘要:解题思路:没啥说的,课本知识注意事项:参考代码:n = int(input().strip()) list1 = list(map(int, input().strip().split())) c……