import sys input=lambda: sys.stdin.readline().rstrip() s,f=map(int,input().split()) print((s-1)//f+1)