Problem H: 反向输出三位数字 Reverse output three digits

Problem H: 反向输出三位数字 Reverse output three digits

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 235  Solved: 138
[Submit] [Status] [Web Board] [Creator:]

Description

输入一个范围在 100 - 999 三位的正整数
将数字反向输出
Enter a positive three-digit integer in the range 100 - 999
reverse the output


例如:E.g:
123 ----> 321
689 ----> 986

Input

一个三位正整数
a positive three-digit integer

Output

反向输出该数字
Reverse output this three digits

Sample Input Copy

123

Sample Output Copy

321