A * B + C
Very easy
Execution time limit is 2 seconds
Runtime memory usage limit is 128 megabytes
Positive integer is given. How many tuples of positive integers satisfy ?
Input
One positive integer .
Output
Print the required number of tuples.
Examples
Input #1
Answer #1
Input #2
Answer #2
Note
For there are exactly three triplets:
, since ;
, since ;
, since .
Submissions 1K
Acceptance rate 42%