import sequtils, strutils, math var a, b: int (a, b) = stdin.readLine.split.map(parseInt) echo int(ceil(b / a))