object Main extends App { val Array(a, b) = scala.io.StdIn.readLine.split(" ").map(_.toLong) println((a + b - 1L)/a) }