2721: 练13.3 反向输出一个三位数
Memory Limit:64 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:1
Description
将一个三位数反向输出,例如输入$358$,反向输出$853$。
Input
一个三位数$n$。
Output
反向输出$n$。
Sample Input Copy
100
Sample Output Copy
001