S = input() def rate(S): ans = float(S) return ans rate(S)