You are given an integer . You have to find how many numbers () exist for the given such that and the number of divisors of is a power of .
Input format
Output format
Print a single integer denoting the number of valid for each query as space-separated integers.
Constraints
For
Number of divisors of (can be represented as )
Number of divisors of (can be represented as )
Number of divisors of (can be represented as )
Therefore, the total count of valid is .