装糊涂高手_
装糊涂高手_
全部文章
题解
算法入门基础(7)
归档
标签
去牛客网
登录
/
注册
装糊涂高手_的博客
不懂嵌入式的伪OIer
全部文章
/ 题解
(共1篇)
题解 | #[NOIP2004]FBI树#
递归 先判断串的类型,再用递归对二叉树进行后序遍历即可 #include <bits/stdc++.h> using namespace std; string str; void search(int l,int r){ //访问左子树 //访问右子树 //输...
C++
二叉树
2022-03-24
0
321