Given is a positive integer $N$. How many tuples $(A,B,C)$ of positive integers satisfy $A \times B + C = N$?
### Constraints
- $ 2 \leq N \leq 10^6$
- All values in input are integers.
输入格式
Input is given from Standard Input in the following format:
$N$