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

PROGRAMMING:Yu Longjia

Luz5年前 (2021-05-10)题库403
Task 06-02-05 Yu Longjia
###Task description
Yu Long designed a special addition rule. Addition has been redefined. We call it Yu Long Jia.
The meaning of yulongjia of two non negative integers is to connect and merge the two integers into a new integer.
Yu Long wants to program to solve the problem of Yu Longjia. Can he complete this program?
###Input format:
Two integers separated by spaces. Both integers are nonnegative integers less than 10000.
###Output format:
An integer.
###Input example:
```in
123 456
```
###Output example:
```out
one hundred and twenty-three thousand four hundred and fifty-six
```
###Input example:
```in
12 3456
```
###Output example:
```out
one hundred and twenty-three thousand four hundred and fifty-six
```
###Input example:
```in
123 0
```
###Output example:
```out
one thousand two hundred and thirty
```







answer:If there is no answer, please comment