eolymp
bolt
Try our new interface for solving problems
Problems

Second digit of the number

Second digit of the number

Find the second digit of an integer. Start counting digits from the leftmost position. \InputFile One $64$-bit integer $n$ that contains at least two digits. The number $n$ can be negative. \OutputFile Print the second digit of $n$.
Time limit 1 second
Memory limit 128 MiB
Input example #1
43568
Output example #1
3