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