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