first = input() split_first = first.split() S = int(split_first[0]) F = int(split_first[1]) import math print(str(math.floor(S/F)))