1198: 反向输出一个四位数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:42 Solved:15

Description

输入一个4位整数,试将它反着输出

Input

4为整数N

Output

反着输出这个整数

Sample Input Copy

1234

Sample Output Copy

4321