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