3054: 求十位数字

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:0

Description

给定一个正整数N(1<N<1011),输出正整数十位上的数字。

Input

输入一个正整数N(1<N<1011)

Output

输出正整数十位上的数字

Sample Input Copy

123

Sample Output Copy

2

HINT