first = input() split_first = first.split( ) S = int(split_first[0]) F = int(split_first[1]) print(S//F+1)