s,t=map(int,input().split()) num=(s//t)+1 print(num)