Score : $300$ points
You are given a positive integer $N$.
Find the number of triples of positive integers $(A, B, C)$ such that $A\leq B\leq C$ and $ABC\leq N$.
The Constraints guarantee that the answer is less than $2^{63}$.
Input is given from Standard Input in the following format:
$N$
Print the answer.
4
5
There are five such triples: $(1,1,1),(1,1,2),(1,1,3),(1,1,4),(1,2,2)$.
100
323
100000000000
5745290566750