D = int(input()) D *= 108 S = list(int(D)) print(S[:-2]+"."+S[-2:])