1931: 百位是几?

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:581 Solved:3

Description

输入一个整数,输出它的百位

Input

一行,一个整数。

Output

一行,一个整数。

Sample Input Copy

 156

Sample Output Copy

1

Source/Category