Problem1647--整数与整除-取数

1647: 整数与整除-取数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 120  Solved: 109
[Status] [Submit] [Creator:]

Description

输入一个整数n,输出其百位上的数字。

Input

输入一行,包括1个整数 n。

Output

输出一行,包括一个整数,表示整数n百位上的值。

Sample Input Copy

1368

Sample Output Copy

3

Source/Category