You are given an integer array A of size x denoting the prime powers of an integer N.
Ai denotes the power of ith prime in the prime factorization of N.
To make it more clear, A1 will denote the power of 2 in the prime factorization of N A2 will denote the power of 3 in the prime factorization of N and so on. Consider a number P.
P equals to the product of all the divisors of N You have to find the number of divisors of P.
Output it modulo 109+7
Sir can you some hint to how to do this because power is in the <= 10^9?