#P312. 三位数重组

三位数重组

Description

输入一个三位自然数,把这个数的百位与个位对调,输出对调后的自然数。

Format

Input

一行,一个三位整数。(末位不为0)

Output

一行,对调后的三位数.

Samples

564
465