20103 - 三位数的逆序数
Time Limit : 1 秒
Memory Limit : 128 MB
输入一个三位数,输出它的逆序数,比如输入123输出321。
Input
一个三位整数
Output
三位整数的倒序
Examples
Input
123
Output
321