Problem6202--求十位数

6202: 求十位数

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

Description

输入一个整数,求其十位数。

Input

输入一个整数 $n\ (10 \leq n \leq 10,000)$

Output

输出一个整数。

Sample 1 Input

135

Sample 1 Output

3

Sample 2 Input

29

Sample 2 Output

2

Sample 3 Input

8689

Sample 3 Output

8

Source/Category