import strutils import sequtils let tmp = stdin.readLine.split let a = tmp[0].parseInt let b = tmp[1].parseInt echo (b + a - 1) div a