二叉树叶子结点从左到右链成单链表
#include<stdio.h> #include<stdlib.h> #include<iostream> using namespace std; #define max 50typedef s
二叉树叶子结点从左到右链成单链表