You are given an integer N,
print number of divisors of N.
Input :
First line will contain an integer 'T' (number of test cases ).
For each test case there is an integer 'N'.
output :
for each test case print number of divisors of N.
constraints :
1<=T<=5000
1<=N<=100000000