#D1770. Sum of QQ
Sum of QQ
Sum of QQ
You received a card with an integer and a multiplication table of infinite size. All the elements in the table are integers, and an integer at the -th row from the top and the -th column from the left is (). The table has infinite size, i.e., the number of the rows and the number of the columns are infinite.
You love rectangular regions of the table in which the sum of numbers is . Your task is to count the number of integer tuples that satisfies and .
Input
The input consists of a single test case of the following form.
The first line consists of one integer (), representing the summation of rectangular regions you have to find.
Output
Print the number of rectangular regions whose summation is in one line.
Examples
Input
25
Output
10
Input
1
Output
1
Input
5
Output
4
Input
83160
Output
5120
inputFormat
Input
The input consists of a single test case of the following form.
The first line consists of one integer (), representing the summation of rectangular regions you have to find.
outputFormat
Output
Print the number of rectangular regions whose summation is in one line.
Examples
Input
25
Output
10
Input
1
Output
1
Input
5
Output
4
Input
83160
Output
5120
样例
25
10