摘要: var code = "e1e9ecba-71a4-4954-8419-e6e71c6123d4" 树: 存储: struct node { int father, child[Maxn], len; } Tree[Maxn]; 查找根节点: for(int i = 1;i <= n; ++i) i 阅读全文
posted @ 2022-05-28 11:31 LCat90 阅读(5) 评论(0) 推荐(0)