#P17. 【例5.2】输出第二个整数

【例5.2】输出第二个整数

Description

Input three integers, separated by a space, and the integers are 32-bit signed integers. Output the second integer.

Input Format

A single line containing three integers, separated by a space. The integers are 32-bit signed integers.

Output Format

A single line containing one integer, which is the second integer from the input.

Sample

123 456 789
456