You are given a positive integer N.
Find the number of triples of positive integers (A,B,C)such that A<=B<=C and ABC<=N.
The Constraints guarantee that the answer is less than 2**63.
Constraints
4
5