You are given an integer array A of size x denoting the prime powers of an integer N.
Consider a number P equals to the product of all the divisors of N. You have to find the number of divisors of P. Output it modulo
Input Format:
The first line contains an integer, x (
Output Format:
Print one integer, denoting the number of divisors of P, modulo
3 1 1 1
125
Number of factors of P is
Please login to use the editor
You need to be logged in to access the code editor
Login to unlock the editorial
Please login to use the editor
You need to be logged in to access the code editor