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