D = int(input()) answer = (D * 108) / 100 print(answer)