a = input() f = int(a.split( )[0]) s = int(a.split( )[1]) b = f // s if (f%s==0): b -= 1 print(b +1)