a,b = map(int,input().split()) q = a // b print(q+1)