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