S, F = map(int,input().split()) print(S//F+1)