N = int(input()) TAX = N*8//100 POINT = N*8%100 print(str(N+TAX)+'.'+str(POINT).zfill(2))