s, f = (int(i) for i in raw_input().split(' ')) print(s // f + 1)