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