import sequtils, strutils, system var a: seq[int] = stdin.readline.split.map(parseInt) ans: int = a[0] div a[1] + 1 echo ans