object Yuki285 extends App{ val input = new java.util.Scanner(System.in) val s = input.next val result = BigDecimal(s) * 1.08 println(result) }