6202: 求十位数
[Creator : ]
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