s,f = map(int,input().split()) if f>s: print(1) else: print(s//f)