1208: 二叉树遍历

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:9 Solved:0

Description

Output

输出就一行,表示二叉树的先序序列。

Sample Input Copy

DBEAC
ABCDE

Sample Output Copy

ABDEC