19055 - 反向输出一个三位数
Time Limit : 1 秒
Memory Limit : 128 MB
将一个三位数反向输出。
Input
一个三位数n。
Output
反向输出n。
Examples
Input
100
Output
001
Source
基础问题