Play with divisors -2

0

0 votes
Very-Easy
Problem

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

Time Limit: 2
Memory Limit: 256
Source Limit:
Editor Image

?