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

PROGRAMMING:Mobile phone short number

Luz5年前 (2021-05-10)题库527
As we all know, the mobile phone number is an 11 digit long number string. At the same time, as a student, you can also apply to join the campus network. If you join successfully, you will have another short number. Suppose that all the short numbers are the last five digits of the 6 + mobile phone number. For example, if the mobile phone number is 13512345678, the corresponding short number is 645678.
Now, if I give you an 11 digit mobile phone number, can you find the corresponding short number?
###Input format:
The first line of input data is an n (n < = 200), which means that there are n data, and the next N lines each have an 11 digit mobile phone number.
###Output format:
The output should include n lines, each line should include a corresponding short sign, and the output should be consistent with the input sequence.
###Input example:
Here is a set of inputs. For example:
```in
two
thirteen billion five hundred and twelve million three hundred and forty-five thousand six hundred and seventy-eight
thirteen billion seven hundred and eighty-seven million six hundred and fifty-four thousand three hundred and twenty-one
```
###Output example:
The corresponding output is given here. For example:
```out
six hundred and forty-five thousand six hundred and seventy-eight
six hundred and fifty-four thousand three hundred and twenty-one
```







answer:If there is no answer, please comment