Problem3504--输出十位

3504: 输出十位

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

Description

输入一个整数,输出该整数的十位。

Input

输入一个整数

Output

输出个位

Sample Input Copy

1234

Sample Output Copy

3

Source/Category