s,f = map(int,input().split()) c = int(s/f) print(c+1)