#!/usr/bin/python from decimal import Decimal d = Decimal(raw_input()) res = d * Decimal('1.08') print res