eolymp
bolt
Try our new interface for solving problems
Problems

Number of divisors

Number of divisors

Find the number of divisor for number n.

Input

One positive integer n (n < 10000).

Output

Print the number of divisor for number n.

Time limit 1 second
Memory limit 128 MiB
Input example #1
12
Output example #1
6