import math a,b = list(map(int,input().split())) print(math.floor(a/b))