-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:Jack Cheng's troubles

Luz3年前 (2021-05-10)题库276
Jack Cheng was born with extraordinary talent and extraordinary intelligence. He always knew what his teachers taught him. Jack Cheng was especially good at mathematics and liked computers. After class, he learned some programming knowledge, but unfortunately, he can't understand code. Now he has a problem. He wants to program a decimal conversion calculator. He needs the help of us professionals...
To be simple, we need to help jackcheng implement a decimal and binary conversion calculator.
###Input format:
Enter n, M. N is the number to be converted (n > = 0 & & n < = 1000000), and M is the base to be converted.
###Output format:
Output the converted data.
###Input example:
```in
8 2
```
###Output example:
```out
one thousand
```






answer:If there is no answer, please comment

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。