Competitions
Week 1: November 2 – 8. Introduction to C language. Part 1
Without the middle
Print the three digit number without the middle digit.
Input
One three digit integer.
Output
Print the three digit integer without the middle digit.
Input example #1
198
Output example #1
18