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