Digit 2
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given a positive integer . Print the penultimate digit from the right (tens place) of the number .
Input
One positive integer .
Output
Print the tens digit of .
Examples
Input #1
Answer #1
Submissions 23K
Acceptance rate 43%