eolymp
Competitions

Math problems 6-8 grade

A * B + C

Time limit 2 seconds
Memory limit 128 MiB

Positive integer n is given. How many tuples (A, B, C) of positive integers satisfy A * B + C = n?

Input data

One positive integer n (2n10^8).

Output data

Print the required number of tuples.

Examples

Input example #1
3
Output example #1
3
Input example #2
11
Output example #2
27