网站首页
编程语言
数据库
系统相关
其他分享
编程问答
getit
2024-11-11
计算二叉树(二叉链表)的带权路径长度
方法1#include<bits/stdc++.h>#defineintlonglong#definemod998244353usingnamespacestd;usingpii=pair<int,int>;typedefstructBtnode{ intdata; structBtnode*lc,*rc; }*Btree,Btnode;//笔试这个可以放上面,但是真的写程序应该把getwpl放在g