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