Input = input() result = float(Input)*1.08 print("{:.2f}".format(result))