-->
当前位置:首页 > 题库

PROGRAMMING:Write a function to output a decimal integer in binary form

Luz5年前 (2021-05-10)题库388
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