Feedback | If you notice incorrect translations in Contester, please let author know.
|
|
Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Difficulty Beta
Write a program that finds the number
of different rectangles with integer side lengths
for the given area.
Input
The first and only line contains the area of the rectangle. area
rectangle - a positive integer not exceeding 1 billion.
Output
The first and only line of output required
the number of rectangles.
Input 1
|
Input 2
|
20
|
16
|
Output 1
|
Output 2
|
3
|
3
|
Для отправки решений необходимо выполнить вход.
|