eolymp
bolt
Try our new interface for solving problems
Problems

Odd divisors

Odd divisors

Print all odd divisors for positive integer $n$. \InputFile One positive integer $n~(n \le 10^5)$. \OutputFile Print all odd divisors for number $n$. Print each divisor in a separate line.
Time limit 1 second
Memory limit 128 MiB
Input example #1
12
Output example #1
1
3