Problem H: 数字串分离---倒序输出(低位到高位)

Problem H: 数字串分离---倒序输出(低位到高位)

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 217  Solved: 151
[Status] [Submit] [Creator:]

Description

输入一个数n,将这个数上的每一位从低位到高位输出。
用字符串完成

Input

仅一个数n。

Output

仅一个数,是n的倒序输出。

Sample Input Copy

1234

Sample Output Copy

4321