eolymp
Competitions

Week 1 Introduction Part 1

Without the middle

Time limit 1 second
Memory limit 128 MiB

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