D = int(input()) X = str(D*108) ans = X[:-2] + '.' + X[-2:] print(ans)