摘要: c++解释: new相当于malloc()函数,其他没有区别! 点击查看代码 #include<iostream> using namespace std; struct tree { int data; tree* light, *ture; }; int jie, shen,maxx; //创建 阅读全文
posted @ 2024-11-06 14:36 这题太难了 阅读(42) 评论(0) 推荐(0)