Problems
Second digit of the number
Second digit of the number
Find the second digit of an integer. Start count digits from the leftmost one.
Input
One 64-bit integer containing at least two digits. The number can be negative.
Output
Print the second digit of a given integer.
Input example #1
43568
Output example #1
3