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