a,b=map(int,input().split()) if a>b: i = a//b print(i+1) else: print(1)