Stepan and pairs
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Stepan is interested in the greatest common divisor of a pair of numbers, specifically . Given an integer , Stepan wants to know how many pairs of integers exist such that and the equation is satisfied.
Input
One integer .
Output
Print the number of required pairs.
Examples
Input #1
Answer #1
Input #2
Answer #2
Input #3
Answer #3
Submissions 3K
Acceptance rate 55%