[C语言][树][层次遍历]List Leaves
1.题目Given a tree, you are supposed to list all the leaves in the order of top down, and left to right.Input Specification:Each input file contains one test case. For each case, the first line gi...