eolymp
bolt
Try our new interface for solving problems
Problems

Two digits from four digits

Two digits from four digits

You are given a four-digit positive integer. Form from it a two-digit number consisting of its middle digits. \InputFile One four digit positive integer $n$. \OutputFile Print the resulting integer. Do not print the leading zeroes.
Time limit 1 second
Memory limit 128 MiB
Input example #1
4765
Output example #1
76
Input example #2
1010
Output example #2
1