1122: 提取百位上的数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:93 Solved:44

Description

输入一个四位正整数,输出其百位上的数字

Input

1234

Output

2

Sample Input Copy

2345

Sample Output Copy

3

Source/Category