|
||||||||||
SubtreesTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 1232 Accepted Submission(s): 613 Problem Description There is a complete binary tree with N nodes.The subtree of the node i has Ai nodes.How many distinct numbers are there of Ai? Input There are multiple test cases, no more than 1000 cases. For each case contains a single integer N on a line.$(1\leq N\leq {10}^{18})$ Output The output of each case will be a single integer on a line:the number of subtrees that contain different nodes. Sample Input
Sample Output
Source | ||||||||||
|