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

PROGRAMMING:Input customization

Luz5年前 (2021-05-10)题库407
The input data is a series of numbers, which requires reading five numbers, but requires you to only process the first, third and fifth numbers, and output the sum of the three numbers. The first number read only one digit, the second two digits, the third three digits, the fourth four digits and the fifth five digits.
###Input example:
```in
12345678901234567890
```
###Output example:
```out
twelve thousand eight hundred and two
```







answer:If there is no answer, please comment