摘要: #include <iostream> #include <cstring> #include <vector> using namespace std; const int MAX = 6; struct Tree{ double L, R; //树的左边和右边的长度 Tree():L(0), R 阅读全文
posted @ 2021-10-11 19:13 旅玖旅玖 阅读(27) 评论(0) 推荐(0) 编辑