Problem L: 1-输入输出-五位数反转

Problem L: 1-输入输出-五位数反转

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 34  Solved: 33
[Submit] [Status] [Web Board] [Creator:]

Description

输入一个五位数,把这个五位数的数字逆转后输出,如输入12345,输出54321。

Input

一个五位数,要求个位数不能为0。

Output

将五位数的数字逆序后输出。

Sample Input

12345

Sample Output

54321

[Submit][Status]