摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int N = 1010; 4 int n, root; 5 struct Node { 6 int p, s, v; 7 double avg; 8 //p是该节点的父节点 9 // 阅读全文
posted @ 2020-11-16 14:54 kyk333 阅读(136) 评论(0) 推荐(0) 编辑