Problem B: 数字反转
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:56
Solved:35
Description
输入一个不小于 且小于 ,同时包括小数点后一位的一个浮点数,例如 ,要求把这个数字翻转过来,变成 并输出。
Input
一行一个浮点数
Output
一行一个浮点数
Sample Input Copy
123.4
Sample Output Copy
4.321