D = int(input()) # ans = D * 1.08 # WA x = D * 108 print(f'{x//100}.{x%100:02}')