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

PROGRAMMING:Output the second integer

Luz5年前 (2021-05-10)题库425
###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