object Main extends App { val sc = new java.util.Scanner(System.in) val d = sc.nextLong val p = sc.nextInt println(d + d * (p / 100.0) toInt) }