s,f = map(int, input().split()) stairs = s//f + 1 print(stairs)