Competitions
Week 1 Introduction Part 1
Without the middle
Print the three digit number without the middle digit.
Input data
One three digit integer.
Output data
Print the three digit integer without the middle digit.
Examples
Input example #1
198
Output example #1
18