fun main(arr:Array) { val (a,b) = readLine()!!.split(" ").map { it.toInt() } println((a*(100+b))/ 100) }