|
||||||||||
I Count Two ThreeTime Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4560 Accepted Submission(s): 1911 Problem Description I will show you the most popular board game in the Shanghai Ingress Resistance Team. It all started several months ago. We found out the home address of the enlightened agent Icount2three and decided to draw him out. Millions of missiles were detonated, but some of them failed. After the event, we analysed the laws of failed attacks. It's interesting that the $i$-th attacks failed if and only if $i$ can be rewritten as the form of $2^a3^b5^c7^d$ which $a,b,c,d$ are non-negative integers. At recent dinner parties, we call the integers with the form $2^a3^b5^c7^d$ "I Count Two Three Numbers". A related board game with a given positive integer $n$ from one agent, asks all participants the smallest "I Count Two Three Number" no smaller than $n$. Input The first line of input contains an integer $t~(1\le t \le 500000)$, the number of test cases. $t$ test cases follow. Each test case provides one integer $n~(1\le n \le 10^9)$. Output For each test case, output one line with only one integer corresponding to the shortest "I Count Two Three Number" no smaller than $n$. Sample Input
Sample Output
Source | ||||||||||
|