1930: 十位是几?

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:383 Solved:6

Description

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

Input

一行,一个整数。

Output

 

一行,一个整数。

Sample Input Copy

156

Sample Output Copy

5

Source/Category