Problem2129--Invert the number

2129: Invert the number

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

Description

Given a floating point number ,output in reverse order.Note: two decimal places

Input

Given a floating point number

Output

Inverted floating point number

Sample Input Copy

123.456

Sample Output Copy

654.3200000000001

Source/Category

172