n = int(input()) s = str(n * 108) s = s[:len(s) - 2] + '.' + s[len(s) - 2:] print(s)