D = float(input()) ans = round(D * 1.08, 3) print(ans)