a = list(map(int, input().split())) floer = (a[0] // a[1]) + 1 print (floer)