import sequtils, strutils var s, f: int (s, f)= stdin.readLine.split.map(parseInt) echo s div f + 1