1133: 10003. 数字反向 (szfx)
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:283
Solved:119
Description
小明想把一个四位数反过来显示,如2415反过来显示为5142。请你编写一个程序来实现。
Input
输入一个四位正整数n。
Output
反向输出n。
Sample Input Copy
1080
Sample Output Copy
0801