import strutils, sequtils, math let ab = stdin.readLine.split.map(parseInt) echo (ab[1] / ab[0]).ceil.int