Problem3282--取百位

3282: 取百位

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一个任意位自然数X,编程计算得到其百位数。

Input

输入一行,只有一个整数x

Output

输出只有一行,包括1个整数

Sample Input Copy

12345

Sample Output Copy

3

Source/Category