PROGRAMMING:Output the second integer
###Task description
Input three integers and output the second one.
###Input format:
There is only one line of three integers separated by a space. Integers are 32-bit signed integers.
###Output format:
There is only one line, an integer, which is the second integer entered.
###Input example:
```in
123 456 789
```
###Output example:
```out
four hundred and fifty-six
```
###Title Source
This topic is selected from openjudge website http://noi.openjudge.cn/ch0101/02/ 。< br>
answer:If there is no answer, please comment
Input three integers and output the second one.
###Input format:
There is only one line of three integers separated by a space. Integers are 32-bit signed integers.
###Output format:
There is only one line, an integer, which is the second integer entered.
###Input example:
```in
123 456 789
```
###Output example:
```out
four hundred and fifty-six
```
###Title Source
This topic is selected from openjudge website http://noi.openjudge.cn/ch0101/02/ 。< br>
answer:If there is no answer, please comment