当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。
1 3 2 2 1
3 3 2 Hint: At first we know the degree of node 1 can not more than 2, node 2 can not more than 2, node 3 can not more than 1. So For the trees of size 1, we have tree ways to compose, are 1, 2 and 3. i.e. a tree with one node. For the trees of size 2, we have tree ways to compose, are 1-2, 1-3, 2-3. For the trees of size 3, we have two ways to compose, are 1-2-3, 2-1-3.
Recommend | hujie |
时间上限 | 内存上限 |
2000/1000MS(Java/Others) | 65536/65536K(Java/Others) |