Id1038
TitleTrees on the level
Tagsimplementation
bfs and similar
Brief solution要注意在输入中每个结点间可能被换行或空格隔开,可以每次用scanf输入一个结点,遇到()的时候才是一个case。
time usage:1.104827