Multiples
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the number from to inclusively such that its factorization into prime factors the number of factors is maximized. If there are several such numbers, choose the maximum of them.
For example, if , the answer is , as the biggest number that has in its factorization two primes and .
Input
One integer .
Output
Print the required number.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 34%