#1827. C++-树-创建二叉树(如下,*代表为空结点,数据为字符),并进行后序遍历,并打印出来

C++-树-创建二叉树(如下,*代表为空结点,数据为字符),并进行后序遍历,并打印出来

Background

Description

创建二叉树(如下,*代表为空结点,数据为字符),并进行后序遍历,并打印出来

image

image

Format

Input

Output

Samples


后序遍历:****KEB**CA

Limitation

1s, 1024KiB for each test case.