Third from right
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given positive integer. Print its third digit from the right.
Input
One positive integer n (100 ≤ n ≤ 10^9
).
Output
Print the third digit of number n from the right.
Examples
Input #1
Answer #1
Submissions 11K
Acceptance rate 73%