摘要: 数树数 题目 数树数 题目分析 通过图片的二叉树,我们可以发现每一个·分支的 L=2a-1 R=2a 代码 #include <iostream> #include<string> using namespace std; char s[50]; int a; int main() { int n, 阅读全文
posted @ 2024-09-25 14:45 山远尽成云 阅读(28) 评论(0) 推荐(0)