X = int(input()) X = str(X * 108) print(".".join([X[:-2], X[-2:]]))