let i = readLine()!.split(separator: " ").map{Int($0)!}
print(i[0]/i[1]+1)