PROGRAMMING:Output divisor
Program input a positive integer, output all its divisors.
###Input example:
```in
one hundred
```
###Output example:
```out
1 2 4 5 10 20 25 50 100
```
answer:If there is no answer, please comment
###Input example:
```in
one hundred
```
###Output example:
```out
1 2 4 5 10 20 25 50 100
```
answer:If there is no answer, please comment