atcoder#ARC113A. [ARC113A] A*B*C
[ARC113A] A*B*C
Score : points
Problem Statement
Given a positive integer , find the number of triples of positive integers such that . Two triples that only differ in the order of numbers are also distinguished.
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the number of triples of positive integers such that .
2
4
We have the following triples: .
10
53
31415
1937281