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