6203: 求百位数
[Creator : ]
Description
输入一个整数,求其百位数。
Input
输入一个整数 $n\ (1≤n≤10,000)$
Output
输出一个整数。
Sample 1 Input
123
Sample 1 Output
1
Sample 2 Input
56
Sample 2 Output
0
Sample 3 Input
888
Sample 3 Output
8