a, f = map(int, input().split()) print((a//f)+1)