Description Input输入一个正整数N,代表有根树的结点数 Output 输出这棵树期望的叶子节点数。要求误差小于1e-9 Sample Input1Sample Output1.000000000 Hint 1<=N<=10^9Source