1298 - 三位整数反转
Time Limit : 1 秒
Memory Limit : 128 MB
输入一个三位数,把它按位反转后输出来。
Input
一行:一个三位数
Output
一行:反转后的三位数
Examples
Input
358
Output
853
Source
输入输出