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