import sys import math as mas a=int(input()) print(a*108/100) #for i in sys.stdin: # a,b=map(int,i.split()) # print(gcd(a,b),lcm(a,b))