import strutils, sequtils let ab = stdin.readLine.split.map(parseInt) echo ab[1] div ab[0] + int(ab[1] mod ab[0] != 0)