PROGRAMMING:Write a function to output a decimal integer in binary form
Write function, function parameter is integer n, in the function output integer N binary form. The main function inputs integers a and B, and outputs the binary form of all integers from a to B.
###Input example:
```in
10 15
```
###Output example:
```out
one thousand and ten
one thousand and eleven
one thousand and one hundred
one thousand one hundred and one
one thousand one hundred and ten
one thousand one hundred and eleven
```
answer:If there is no answer, please comment
###Input example:
```in
10 15
```
###Output example:
```out
one thousand and ten
one thousand and eleven
one thousand and one hundred
one thousand one hundred and one
one thousand one hundred and ten
one thousand one hundred and eleven
```
answer:If there is no answer, please comment