Problems
Third from right
Third from right
Given positive integer. Print its third digit from the right.
Input data
One positive integer n (100 ≤ n ≤ 10^9
).
Output data
Print the third digit of number n from the right.
Examples
Input example #1
1234567
Output example #1
5