#Z11002. 输出第二个整数
输出第二个整数
Description
Input three integers, separated by a single space between them. The integers are 32-bit signed integers. Output the second integer that was input.
Input Format
There is only one line, containing three integers separated by a single space. The integers are 32-bit signed integers.
Output Format
There is only one line, containing a single integer, which is the second integer that was input.
123 456 789
456