d = int(input()) res = d * 1.08 + 1e-9 print('{:.2f}'.format(res))