eolymp
bolt
Try our new interface for solving problems
Problems

The number of even divisors

The number of even divisors

Find the number of even divisors for number $n$. \InputFile One positive integer $n\:(n \le 10^8)$. \OutputFile Print the number of even divisors for number $n$.
Time limit 1 second
Memory limit 128 MiB
Input example #1
6
Output example #1
2