SP33147 ADACITRS - Ada and Lemon 2
Description
As you might already know, Ada the Ladybug is a farmer. She grows a big lemon [tree](https://en.wikipedia.org/wiki/Tree_(data_structure)). She wants to pick exactly one lemon (which grows on every leaf of the tree). She is wondering how many distinct trees will remain after harvesting exactly one lemon. Tree is different if they are distinct for each permutation of node labels.
Input Format
The first and only line will contain **25 .**
The next **N-1** lines will contain two integers **0 , the edges of tree.**
Output Format
For each test-case output the number of distinct trees after harvesting exactly one lemon.