Second digit of the number
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the second digit of an integer. Start counting digits from the leftmost position.
Input
One -bit integer that contains at least two digits. The number can be negative.
Output
Print the second digit of .
Examples
Input #1
Answer #1
Submissions 31K
Acceptance rate 39%