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