eolymp
bolt
Try our new interface for solving problems
Problems

Number of divisors

Number of divisors

Time limit 1 second
Memory limit 128 MiB

Find the number of divisor for number n.

Input data

One positive integer n (n < 10000).

Output data

Print the number of divisor for number n.

Examples

Input example #1
12
Output example #1
6