时间限制:1 Sec
内存限制:32 MiB
提交:43
答案正确:19
Farmer John commanded his cows to search for different sets of numbers that sum to a given number.The cows use only numbers that are an integer power of 2. Here are the possible sets of numbers thatsum to 7:1) 1+1+1+1+1+1+12) 1+1+1+1+1+23) 1+1+1+2+24) 1+1+1+45) 1+2+2+26) 1+2+4Help FJ count all possible representations for a given integer N (1 <= N <= 1 ,000,000)
The first line of the input contains the number of test cases in the file. And t he first line of each casecontains one integer numbers n
For each test case, output a line with the ans % 1000000000.
1 7
6
20100831湖工大校赛