val g = java.util.Scanner(System.`in`) fun f(a: Int, b: Int): Int = a*(b+100)/100 fun main(args: Array) = println(f(g.nextInt(),g.nextInt()))