#数値を取得 s,f = map(int,input().split()) print(s//f+1)