单项选择题

已知某二叉树的后序遍历序列是dabec,中序遍历序列是debac,则它的前序遍历序列是()

A.a c b e d
B.d e c a b
C.d e a b c
D.c e d b a