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