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