eolymp
Problems

Third from right

Third from right

Time limit 1 second
Memory limit 128 MiB

Given positive integer. Print its third digit from the right.

Input data

One positive integer n (100n10^9).

Output data

Print the third digit of number n from the right.

Examples

Input example #1
1234567
Output example #1
5
Source Ramin Textbook Z1.4