require 'bigdecimal' a = BigDecimal(gets.to_i) a *= BigDecimal("1.08") printf "%.2f\n", a