A,B = map(int, input().split()) r = -(- A // B) print(r)