PROGRAMMING:String test 03
Input a string less than 20 in length, cut it into two substrings from the middle, compare the size, and output a larger string.
If "123456789", output 56789
If "efghabcd", output efgh
###Input format:
Enter a string less than 20 in length
###Output format:
Output larger substring
###Input example:
```in
one hundred and twenty-three million four hundred and fifty-six thousand seven hundred and eighty-nine
```
###Output example:
```out
fifty-six thousand seven hundred and eighty-nine
```
answer:If there is no answer, please comment
If "123456789", output 56789
If "efghabcd", output efgh
###Input format:
Enter a string less than 20 in length
###Output format:
Output larger substring
###Input example:
```in
one hundred and twenty-three million four hundred and fifty-six thousand seven hundred and eighty-nine
```
###Output example:
```out
fifty-six thousand seven hundred and eighty-nine
```
answer:If there is no answer, please comment