1012 - 数字反转-1
Time Limit : 1 秒
Memory Limit : 128 MB
将一个三位数反向输出。
Input
一个三位数n,n>0
Output
反向输出n。
Examples
Input
123
Output
321
Input
100
Output
001