from fractions import Fraction i = int(input()) print(float(Fraction(108,100)* i))