N = int(input()) * 108 l, r = str(N)[:-2], str(N)[-2:] print(l+"."+r)